diff options
author | 2025-01-17 14:46:05 -0800 | |
---|---|---|
committer | 2025-01-17 14:46:05 -0800 | |
commit | 7e30b930e759334bb32ecb66f2156fde67017ba1 (patch) | |
tree | 4c8639ac15444aaf8cca340da1b0c530f7ce5db8 /java | |
parent | e659b7a7aeb08c709d6befb531dde59831d117f7 (diff) |
Update Chooser tab button colors.
Fix: 390704615
Test: visual check
Flag: EXEMPT resources only
Change-Id: I4e92e64bdfccfc8a7ff93cb040b2eb73073e7f92
Diffstat (limited to 'java')
-rw-r--r-- | java/res/color/resolver_profile_tab_text.xml | 2 | ||||
-rw-r--r-- | java/res/drawable/resolver_profile_tab_bg.xml | 2 | ||||
-rw-r--r-- | java/res/layout/resolver_profile_tab_button.xml | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/java/res/color/resolver_profile_tab_text.xml b/java/res/color/resolver_profile_tab_text.xml index ffeba854..f6a4eadf 100644 --- a/java/res/color/resolver_profile_tab_text.xml +++ b/java/res/color/resolver_profile_tab_text.xml @@ -16,5 +16,5 @@ <selector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"> <item android:color="@androidprv:color/materialColorOnPrimary" android:state_selected="true"/> - <item android:color="@androidprv:color/materialColorOnSurfaceVariant"/> + <item android:color="@androidprv:color/materialColorOnSurface"/> </selector> diff --git a/java/res/drawable/resolver_profile_tab_bg.xml b/java/res/drawable/resolver_profile_tab_bg.xml index 20f0be92..392f7e30 100644 --- a/java/res/drawable/resolver_profile_tab_bg.xml +++ b/java/res/drawable/resolver_profile_tab_bg.xml @@ -29,7 +29,7 @@ <item android:state_selected="false"> <shape android:shape="rectangle"> <corners android:radius="12dp" /> - <solid android:color="@androidprv:color/materialColorSurfaceContainerHighest" /> + <solid android:color="@androidprv:color/materialColorSurfaceBright" /> </shape> </item> diff --git a/java/res/layout/resolver_profile_tab_button.xml b/java/res/layout/resolver_profile_tab_button.xml index 52a1aacf..7404dc33 100644 --- a/java/res/layout/resolver_profile_tab_button.xml +++ b/java/res/layout/resolver_profile_tab_button.xml @@ -17,7 +17,6 @@ <Button xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:androidprv="http://schemas.android.com/apk/prv/res/android" android:layout_width="0dp" android:layout_height="48dp" android:layout_weight="1" |