From de56c24ac0c7a5b78299dfae90c59f3adb134d32 Mon Sep 17 00:00:00 2001 From: Weng Su Date: Fri, 7 Mar 2025 16:01:47 +0800 Subject: [PATCH] Fixed the color issue of Wi-Fi password EditText - Use Material3 theme preset colors Bug: 397878305 Flag: EXEMPT resource file only update Test: Manual testing Change-Id: I196db3c50a6f5edd8556073e12f4d3f6790f3bff --- res/layout/wifi_network_config.xml | 44 ++++++++++++++---------------- res/values/styles.xml | 19 +++++++++++++ 2 files changed, 39 insertions(+), 24 deletions(-) diff --git a/res/layout/wifi_network_config.xml b/res/layout/wifi_network_config.xml index d3680b19c30..8319b1a3663 100644 --- a/res/layout/wifi_network_config.xml +++ b/res/layout/wifi_network_config.xml @@ -17,12 +17,12 @@ + android:paddingBottom="8dip"> - + app:endIconMode="clear_text"> @@ -346,18 +341,17 @@ android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/wifi_item"> - - - + + + + style="@style/wifi_item_label" + android:visibility="gone"/> + android:text="@string/wifi_show_password" + android:visibility="gone"/> diff --git a/res/values/styles.xml b/res/values/styles.xml index 3bc436829ce..976f3d0494a 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -69,6 +69,25 @@ outsideOverlay + + + + + +