Android代码-仿iOS ActionSheet组件

时间:2022-08-26 03:13:08
【文件属性】:
文件名称:Android代码-仿iOS ActionSheet组件
文件大小:168KB
文件格式:ZIP
更新时间:2022-08-26 03:13:08
Android代码 ActionSheet This is like iOS UIActionSheet component, has iOS6 and iOS7 style, support custom style, background, button image, text color and spacing etc.    Usage Add dependency dependencies { compile 'com.baoyz.actionsheet:library:1.1.7' } Create ActionSheet and show ActionSheet.createBuilder(this, getSupportFragmentManager()) .setCancelButtonTitle("Cancel") .setOtherButtonTitles("Item1", "Item2", "Item3", "Item4") .setCancel
【文件预览】:
android-ActionSheet-master
----.gitignore(661B)
----settings.gradle(28B)
----screenshot-2.png(26KB)
----build.gradle(652B)
----library()
--------.gitignore(7B)
--------build.gradle(2KB)
--------src()
--------proguard-rules.pro(665B)
----gradlew(5KB)
----screenshot-1.png(35KB)
----LICENSE(1KB)
----README.md(4KB)
----gradlew.bat(2KB)
----demo()
--------.gitignore(7B)
--------build.gradle(625B)
--------src()
--------proguard-rules.pro(665B)
----gradle()
--------wrapper()
----.gitattributes(483B)

网友评论