Skip to content

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

Notifications You must be signed in to change notification settings

mamumu/mmDialog

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages