From 4f1d2ebfdf5624e05f26e367453564b0c97e5211 Mon Sep 17 00:00:00 2001 From: Arc Wang Date: Wed, 23 Jun 2021 20:32:25 +0800 Subject: [PATCH] Tweak UI of profile tab layout - Change color & shape of indicator. - Add margin around tab layout. - Remove divider below the tab layout. Bug: 188589806 Bug: 188589053 Test: manual visual Change-Id: I644a4aeb951daa6eb601229fa5f1096dcbdc86ca --- res/drawable/tabs_indicator_background.xml | 24 ++++++++++++++++++++++ res/layout/preference_list_fragment.xml | 14 +++++++------ 2 files changed, 32 insertions(+), 6 deletions(-) create mode 100644 res/drawable/tabs_indicator_background.xml diff --git a/res/drawable/tabs_indicator_background.xml b/res/drawable/tabs_indicator_background.xml new file mode 100644 index 00000000000..d326e650fe2 --- /dev/null +++ b/res/drawable/tabs_indicator_background.xml @@ -0,0 +1,24 @@ + + + + + + + + diff --git a/res/layout/preference_list_fragment.xml b/res/layout/preference_list_fragment.xml index f8ffa8f2e47..03ba735db97 100644 --- a/res/layout/preference_list_fragment.xml +++ b/res/layout/preference_list_fragment.xml @@ -19,6 +19,7 @@ -