From a3ac8ed83c11d43457bd7af9da48ad9ebf9a068a Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Wed, 24 Jul 2024 14:22:31 +0530 Subject: [PATCH] Theme app according to our palette --- res/layout-v34/settingslib_main_switch_bar.xml | 5 ++--- res/layout/long_screen_list_item.xml | 5 ++--- res/layout/preference_widget_switch_compat.xml | 5 ++--- res/values/styles.xml | 4 ++-- 4 files changed, 8 insertions(+), 11 deletions(-) diff --git a/res/layout-v34/settingslib_main_switch_bar.xml b/res/layout-v34/settingslib_main_switch_bar.xml index 3a44d2ae..4fb9fb5c 100644 --- a/res/layout-v34/settingslib_main_switch_bar.xml +++ b/res/layout-v34/settingslib_main_switch_bar.xml @@ -49,15 +49,14 @@ android:lineBreakWordStyle="phrase" style="@style/MainSwitchText.Settingslib" /> - + android:focusable="false" /> diff --git a/res/layout/long_screen_list_item.xml b/res/layout/long_screen_list_item.xml index 9afe9bcf..e00015ca 100644 --- a/res/layout/long_screen_list_item.xml +++ b/res/layout/long_screen_list_item.xml @@ -40,11 +40,10 @@ - + android:background="@null" /> diff --git a/res/layout/preference_widget_switch_compat.xml b/res/layout/preference_widget_switch_compat.xml index e833171d..c52a0529 100644 --- a/res/layout/preference_widget_switch_compat.xml +++ b/res/layout/preference_widget_switch_compat.xml @@ -15,12 +15,11 @@ ~ limitations under the License. --> - + android:focusable="false" /> diff --git a/res/values/styles.xml b/res/values/styles.xml index be39ae50..0348b184 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -31,7 +31,7 @@ @@ -43,7 +43,7 @@ -- GitLab