Change search UI and refactor some stuff.

This commit is contained in:
Thomas Andres Gomez 2022-07-12 17:14:26 +02:00
parent 182c2bda48
commit 20a7811602
25 changed files with 520 additions and 393 deletions

View file

@ -91,6 +91,7 @@ dependencies {
// Android Compose
implementation "androidx.compose.ui:ui:1.2.0-rc02"
implementation "androidx.compose.material:material:1.1.1"
implementation "androidx.constraintlayout:constraintlayout-compose:1.0.1"
implementation "androidx.compose.runtime:runtime-livedata:1.1.1"
implementation "androidx.compose.ui:ui-tooling-preview:1.1.1"
debugImplementation "androidx.compose.ui:ui-tooling:1.1.1"