Skip to content

Android控件SnackBar,替代Toast(模仿美团SnackBar)

License

Notifications You must be signed in to change notification settings

liuxuanhai/SnackBar

 
 

Repository files navigation

SnackBar

SnackBar,替代Toast(模仿美团SnackBar)

使用

Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Step 2. Add the dependency

dependencies {
        implementation 'com.github.chenyacheng:SnackBar:1.2.1'
}

About

Android控件SnackBar,替代Toast(模仿美团SnackBar)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%