文件名称:xmljava系统源码-BGAAlertController-Android:仿写从iOS8开始支持的UIAlertController
文件大小:90KB
文件格式:ZIP
更新时间:2024-06-25 18:16:32
系统开源
xml java系统源码 :person_running:BGAAlertController-Android:person_running: 工作以来公司UI设计师出的Android效果图都是iOS风格的UIAlertView和UIActionSheet,新项目还是用原来那一套,不想重复造*,所以仿写了从iOS8开始支持的UIAlertController,统一UIAlertView和UIActionSheet的用法 效果图 基本使用 1.添加Gradle依赖 dependencies { compile 'cn.bingoogolapple:bga-alertcontroller:latestVersion@aar' } 2.在java代码中使用BGAAlertController public void showAlertView(View v) { BGAAlertController alertController = new BGAAlertController(this, "我是标题", "我是很长很长很长很长很长很长很长很长很长很长很长很长的消息", BGAAlertController.AlertControllerStyl
【文件预览】:
BGAAlertController-Android-master
----.gitignore(448B)
----settings.gradle(28B)
----build.gradle(505B)
----library()
--------build.gradle(434B)
--------src()
--------gradle.properties(163B)
----gradlew(5KB)
----README.md(6KB)
----gradlew.bat(2KB)
----demo()
--------build.gradle(550B)
--------src()
----gradle.properties(169B)
----gradle()
--------wrapper()