From f947c5aeb24921eea31623ecf2b2c64d3e26828e Mon Sep 17 00:00:00 2001 From: Fabian Zobrist Date: Thu, 19 Jan 2023 20:13:59 +0100 Subject: [PATCH] Color the android app bar. --- app/build.gradle | 1 + app/src/main/AndroidManifest.xml | 1 - app/src/main/java/me/zobrist/tichucounter/MainActivity.kt | 4 ++++ app/src/main/java/me/zobrist/tichucounter/ui/Theme.kt | 3 ++- app/src/main/res/values/themes.xml | 5 ----- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c10a5fc..cea32ad 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -98,6 +98,7 @@ dependencies { implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1' implementation 'androidx.compose.material:material-icons-extended:1.3.1' + implementation "com.google.accompanist:accompanist-systemuicontroller:0.27.0" implementation 'androidx.activity:activity-compose:1.6.1' implementation "androidx.compose.ui:ui:1.3.3" implementation "androidx.compose.ui:ui-tooling-preview:1.3.3" diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index cd4bb81..df25535 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -15,7 +15,6 @@