Android对话框开源库
-
BottomMenuTutorial
https://github.com/fccaikai/BottomMenuTutorial
//Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
//Add the dependency
dependencies {
compile 'com.github.fccaikai:BottomMenuTutorial:1.1.0'
}
-
Android-PromptDialog
提示窗口,正在加载中,确认对话框,广告展示,底部Sheet选项,非组合控件,感谢star
https://github.com/drakeet/MaterialDialog
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
...
compile 'com.github.limxing:Android-PromptDialog:1.1.3'
}
-
Android-CircleDialog
基于DialogFragment封装,已封装的对话框类型有,常规对话框、列表框、输入框、进度框; 每个对话框类型也支持自定义边框圆角、背景透明度、字体大小与色值
https://github.com/drakeet/MaterialDialog
compile 'com.mylhyl:circleDialog:2.4.2'
-
Material Dialog v1.3.1
对话框库
https://github.com/drakeet/MaterialDialog
dependencies {
compile 'me.drakeet.materialdialog:library:1.3.1'
}