From cd6f77d43259765f9cdc1f7062e77b870678bc86 Mon Sep 17 00:00:00 2001 From: chelseahao Date: Wed, 31 Jul 2024 15:19:54 +0800 Subject: [PATCH] [Audiosharing] Change text color. Bug: 356080864 Flag: com.android.settingslib.flags.enable_le_audio_sharing Test: atest Change-Id: Id0882547343cb63149f8a9335b023e9f50649e07 --- .../bluetooth_find_broadcast_password_dialog.xml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/res/layout/bluetooth_find_broadcast_password_dialog.xml b/res/layout/bluetooth_find_broadcast_password_dialog.xml index 938f1033b6a..d758f6150c3 100644 --- a/res/layout/bluetooth_find_broadcast_password_dialog.xml +++ b/res/layout/bluetooth_find_broadcast_password_dialog.xml @@ -26,7 +26,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="48dp" - android:textAlignment="viewStart"/> + android:textAlignment="viewStart" + android:textColor="?android:attr/textColorPrimary"/> - \ No newline at end of file