mmDialog
mmDialog copied to clipboard
集成自定义的AlertDialog,loading和toast的弹窗。使用简单方便
mmDialog
集成自定义的AlertDialog,loading和toast的弹窗。使用简单方便
对应简书文章:Android仿ios的自定义dialog,loading和toast
对应简书链接:https://www.jianshu.com/p/9259ad7f857b
Step 1. Add the JitPack repository to your build file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency
dependencies {
implementation 'com.github.mamumu:mmDialog:1.2.0'
}