From 51633d551832622ce91e10e38f1a4ae11c06566a Mon Sep 17 00:00:00 2001 From: 1311-hack1 Date: Sat, 21 Dec 2024 11:48:04 +0100 Subject: [PATCH] fix - issues #171 #175, Wootzapp supports single theme, multiple theme support will be added in upcoming versions --- .../java/res/layout/radio_button_group_theme_preference.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/chrome/browser/ui/android/night_mode/java/res/layout/radio_button_group_theme_preference.xml b/src/chrome/browser/ui/android/night_mode/java/res/layout/radio_button_group_theme_preference.xml index daa5c17266..4d268dd545 100644 --- a/src/chrome/browser/ui/android/night_mode/java/res/layout/radio_button_group_theme_preference.xml +++ b/src/chrome/browser/ui/android/night_mode/java/res/layout/radio_button_group_theme_preference.xml @@ -22,7 +22,8 @@ found in the LICENSE file. android:layout_width="match_parent" android:layout_height="wrap_content" app:primaryText="@string/themes_system_default_title" - app:descriptionText="@string/themes_system_default_summary" /> + app:descriptionText="@string/themes_system_default_summary" + android:visibility="gone" /> + app:primaryText="@string/dark_mode" + android:visibility="gone" />