M3 Switches

With bonus logic to keep material cards the same radius
And new colors to support them because mixing and matching colors suck
This commit is contained in:
Jays2Kings 2022-07-03 13:01:33 -04:00
parent dc404af31a
commit a79a3fb777
16 changed files with 125 additions and 57 deletions

View file

@ -137,7 +137,7 @@ dependencies {
// Android X libraries
implementation("androidx.appcompat:appcompat:1.6.0-alpha03")
implementation("androidx.cardview:cardview:1.0.0")
implementation("com.google.android.material:material:1.6.0")
implementation("com.google.android.material:material:1.7.0-alpha02")
implementation("androidx.webkit:webkit:1.4.0")
implementation("androidx.recyclerview:recyclerview:1.2.1")
implementation("androidx.preference:preference:1.2.0")