Create Fragments for settings

One fragment for every tab, openable with a swipe. The middle tab 
'theme' still has to be filled.
This commit is contained in:
Finn M Glas 2020-05-21 08:59:21 +02:00
parent abd7a44874
commit 716839e1b9
No known key found for this signature in database
GPG key ID: 25037A2E81AB459C
9 changed files with 347 additions and 2 deletions

View file

@ -31,6 +31,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'