From cc6f004e0eb344b1529c52d26f1590209b39de4e Mon Sep 17 00:00:00 2001 From: Koitharu Date: Mon, 19 May 2025 19:47:07 +0300 Subject: [PATCH] Fix themes --- .../org/koitharu/kotatsu/core/prefs/ColorScheme.kt | 3 ++- app/src/main/res/drawable/ic_empty_feed.xml | 2 +- .../main/res/layout/activity_reader_tap_actions.xml | 10 +++++----- app/src/main/res/values-night/themes.xml | 2 ++ 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/app/src/main/kotlin/org/koitharu/kotatsu/core/prefs/ColorScheme.kt b/app/src/main/kotlin/org/koitharu/kotatsu/core/prefs/ColorScheme.kt index a27db01ea..18952e81a 100644 --- a/app/src/main/kotlin/org/koitharu/kotatsu/core/prefs/ColorScheme.kt +++ b/app/src/main/kotlin/org/koitharu/kotatsu/core/prefs/ColorScheme.kt @@ -20,7 +20,7 @@ enum class ColorScheme( RENA(R.style.ThemeOverlay_Kotatsu_Asuka, R.string.theme_name_asuka), FROG(R.style.ThemeOverlay_Kotatsu_Mion, R.string.theme_name_mion), BLUEBERRY(R.style.ThemeOverlay_Kotatsu_Rikka, R.string.theme_name_rikka), - NAME2(R.style.ThemeOverlay_Kotatsu_Sakura, R.string.theme_name_sakura), + SAKURA(R.style.ThemeOverlay_Kotatsu_Sakura, R.string.theme_name_sakura), MAMIMI(R.style.ThemeOverlay_Kotatsu_Mamimi, R.string.theme_name_mamimi), KANADE(R.style.Theme_Kotatsu_Kanade, R.string.theme_name_kanade) ; @@ -38,6 +38,7 @@ enum class ColorScheme( val list = ColorScheme.entries.toMutableList() if (!DynamicColors.isDynamicColorAvailable()) { list.remove(MONET) + list.remove(EXPRESSIVE) } return list } diff --git a/app/src/main/res/drawable/ic_empty_feed.xml b/app/src/main/res/drawable/ic_empty_feed.xml index 748a05492..e61dbe20c 100644 --- a/app/src/main/res/drawable/ic_empty_feed.xml +++ b/app/src/main/res/drawable/ic_empty_feed.xml @@ -30,7 +30,7 @@ android:strokeWidth="1" android:strokeColor="?colorOnSurface" /> @color/surface_amoled @color/background_amoled + @color/background_amoled + @color/background_amoled