Reworked MainActivity to include an FA button and a settings button

This commit is contained in:
Impyy 2016-08-16 14:14:17 +02:00
parent 6a6da66bbe
commit ac1c2cf7df
9 changed files with 115 additions and 27 deletions

View file

@ -23,5 +23,6 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:24.1.1'
compile 'com.android.support:design:24.1.1'
compile 'me.dm7.barcodescanner:zxing:1.9'
}