use Notify helper everywhere, replace supertoasts with snackbar library

This commit is contained in:
Vincent Breitmoser
2015-01-19 15:43:35 +01:00
parent 491c12d5d3
commit 198ddfeff7
8 changed files with 198 additions and 210 deletions

View File

@@ -26,6 +26,7 @@ dependencies {
compile 'com.journeyapps:zxing-android-integration:2.0.1@aar'
compile 'com.google.zxing:core:3.0.1'
compile 'com.jpardogo.materialtabstrip:library:1.0.8'
compile 'com.nispok:snackbar:2.7.4'
}
android {