From 7148ebcf345edbbcd9b88bd88411d2f477464465 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sun, 11 May 2025 17:10:17 +0300 Subject: [PATCH] Cleanup themes --- .../kotatsu/core/prefs/ColorScheme.kt | 2 +- .../activity_color_filter.xml | 1 - .../layout-w600dp-land/activity_reader.xml | 1 - .../main/res/layout/activity_app_update.xml | 3 +- .../res/layout/activity_appwidget_recent.xml | 1 - .../res/layout/activity_appwidget_shelf.xml | 1 - .../main/res/layout/activity_categories.xml | 1 - .../res/layout/activity_category_edit.xml | 1 - .../main/res/layout/activity_color_filter.xml | 1 - .../main/res/layout/activity_kitsu_auth.xml | 7 +- .../res/layout/activity_override_edit.xml | 1 - app/src/main/res/layout/activity_protect.xml | 5 +- .../res/layout/activity_setup_protect.xml | 5 +- .../main/res/layout/activity_sync_auth.xml | 10 ++- .../main/res/layout/dialog_two_buttons.xml | 8 +-- .../main/res/layout/item_bookmark_large.xml | 2 +- app/src/main/res/layout/item_empty_card.xml | 2 +- app/src/main/res/layout/item_empty_hint.xml | 2 +- app/src/main/res/layout/item_error_state.xml | 4 +- .../res/layout/item_manga_alternative.xml | 2 +- .../main/res/layout/item_scrobbling_info.xml | 6 +- .../item_search_suggestion_manga_grid.xml | 2 +- .../layout/item_search_suggestion_text.xml | 2 +- .../main/res/layout/item_sources_empty.xml | 4 +- app/src/main/res/layout/item_tip.xml | 2 +- app/src/main/res/layout/layout_page_info.xml | 2 +- .../res/layout/preference_toggle_header.xml | 6 +- .../main/res/layout/sheet_chapters_pages.xml | 2 +- .../main/res/layout/sheet_reader_config.xml | 39 +++++------ .../res/layout/sheet_scrobbling_selector.xml | 1 - app/src/main/res/layout/view_tip.xml | 3 +- app/src/main/res/layout/view_zoom.xml | 5 +- app/src/main/res/values/strings.xml | 2 +- app/src/main/res/values/styles.xml | 44 +------------ app/src/main/res/values/themes.xml | 64 +++++++------------ 35 files changed, 86 insertions(+), 158 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 88d2fdd03..a27db01ea 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 @@ -15,7 +15,7 @@ enum class ColorScheme( DEFAULT(R.style.ThemeOverlay_Kotatsu, R.string.system_default), MONET(R.style.ThemeOverlay_Kotatsu_Monet, R.string.theme_name_dynamic), - EXPRESSIVE(R.style.ThemeOverlay_Kotatsu_Expressive, R.string.theme_name_dynamic_v2), + EXPRESSIVE(R.style.ThemeOverlay_Kotatsu_Expressive, R.string.theme_name_expressive), MIKU(R.style.ThemeOverlay_Kotatsu_Miku, R.string.theme_name_miku), RENA(R.style.ThemeOverlay_Kotatsu_Asuka, R.string.theme_name_asuka), FROG(R.style.ThemeOverlay_Kotatsu_Mion, R.string.theme_name_mion), diff --git a/app/src/main/res/layout-w600dp-land/activity_color_filter.xml b/app/src/main/res/layout-w600dp-land/activity_color_filter.xml index 61058fc16..1166f1433 100644 --- a/app/src/main/res/layout-w600dp-land/activity_color_filter.xml +++ b/app/src/main/res/layout-w600dp-land/activity_color_filter.xml @@ -16,7 +16,6 @@