Move all functionality to viewmodel. Use simple button format.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-07 19:30:56 +01:00
parent ae6210073d
commit 5f6da1d7d4
6 changed files with 192 additions and 183 deletions

View File

@@ -97,6 +97,7 @@ dependencies {
implementation 'androidx.preference:preference-ktx:1.2.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'
implementation 'androidx.compose.material:material-icons-extended:1.3.1'
implementation 'androidx.activity:activity-compose:1.3.1'
implementation "androidx.compose.ui:ui:$compose_version"
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"