Android代码-自定义底部dialog

时间:2022-08-27 13:16:28
【文件属性】:
文件名称:Android代码-自定义底部dialog
文件大小:135KB
文件格式:ZIP
更新时间:2022-08-27 13:16:28
Android代码 Bottom Dialog This is a custom dialog attached at the bottom Import At the moment the library is in my personal maven repo repositories { maven { url 'http://dl.bintray.com/raphaelbussa/maven' } } dependencies { compile 'rebus:bottom-dialog:0.0.5' } How to use A sample dialog... private BottomDialog dialog; dialog = new BottomDialog(MainActivity.this); dialog.title(R.string.app_name); dialog.canceledOnTouchOutside(true);
【文件预览】:
BottomDialog-master
----.gitignore(91B)
----app()
--------build.gradle(2KB)
--------src()
--------proguard-rules.pro(670B)
----settings.gradle(27B)
----build.gradle(2KB)
----library()
--------build.gradle(2KB)
--------src()
--------proguard-rules.pro(670B)
----gradlew(5KB)
----LICENSE(1KB)
----README.md(5KB)
----gradlew.bat(2KB)
----gradle.properties(855B)
----img()
--------header.png(27KB)
--------social()

网友评论