redesign home screen for improvement large screen support

This commit is contained in:
Owen LeJeune
2022-06-15 23:15:37 -04:00
parent eddbf65720
commit a4b7fe91a0
7 changed files with 359 additions and 38 deletions

View File

@@ -63,6 +63,10 @@ dependencies {
def androidx = "1.0.0"
implementation "androidx.window:window:$androidx"
// material
def material = "1.6.1"
implementation "com.google.android.material:material:$material"
// compose
def compose = composeVersion
def compose_material3 = "1.0.0-alpha13"