/mmDialog

集成自定义的AlertDialog,loading和toast的弹窗。使用简单方便

Primary LanguageJava

mmDialog

集成自定义的AlertDialog,loading和toast的弹窗。使用简单方便

对应简书文章:Android仿ios的自定义dialog,loading和toast

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'
	}