theme the dialogs and navView too, added a License dialog

This commit is contained in:
2019-06-25 17:10:57 +02:00
parent ea70aedbd0
commit 2cc2ecf952
9 changed files with 123 additions and 29 deletions

View File

@ -26,7 +26,10 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
@ -43,6 +46,7 @@ dependencies {
implementation 'com.afollestad:aesthetic:1.0.0-beta05'
implementation 'com.afollestad.material-dialogs:core:2.8.1'
implementation 'com.afollestad.material-dialogs:color:2.8.1'
implementation 'de.psdev.licensesdialog:licensesdialog:2.1.0'
testImplementation 'junit:junit:4.12'