Enable automatic UI adjustment

+ Now the colors are chosen automatically from the background image 
selected
+ This is just amazing and I am very excited (I will tell 2000 ppl about 
it, spread the word please ^^)
This commit is contained in:
Finn M Glas 2020-05-24 21:19:25 +02:00
parent 9681c7021f
commit 3bbfc5374c
No known key found for this signature in database
GPG key ID: 25037A2E81AB459C
9 changed files with 94 additions and 21 deletions

View file

@ -37,4 +37,5 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation 'com.google.android.material:material:1.1.0'
implementation 'androidx.gridlayout:gridlayout:1.0.0'
implementation 'androidx.palette:palette:1.0.0'
}