From d03dd83d2d1f80ceb98e1a1cfd4c6deaf050f1b9 Mon Sep 17 00:00:00 2001 From: Salvador Martinez Date: Fri, 14 Oct 2016 15:42:08 -0700 Subject: [PATCH] Updating colors as part of bluetooth refactoring Dialogs for bluetooth pairing are being refactored. This contains some trivial color changes that were done at the same time. Test: RoboTests Bug: 32180625 Change-Id: I8807ab929faa95158ec6d7d336b2580a42bccf20 --- res/layout/bluetooth_pin_confirm.xml | 6 +++--- res/values/colors.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/res/layout/bluetooth_pin_confirm.xml b/res/layout/bluetooth_pin_confirm.xml index 1e5eb0b8731..33140d9ee67 100644 --- a/res/layout/bluetooth_pin_confirm.xml +++ b/res/layout/bluetooth_pin_confirm.xml @@ -41,7 +41,7 @@ android:text="@string/bluetooth_pairing_key_msg" android:visibility="gone" android:textAppearance="@android:style/TextAppearance.Material.Body1" - android:textColor="@*android:color/secondary_text_material_light" /> + android:textColor="@color/bluetooth_dialog_text_color" /> + android:textColor="@color/bluetooth_dialog_text_color" /> diff --git a/res/values/colors.xml b/res/values/colors.xml index 2b6a73049cc..9f3dd5b41d6 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -21,7 +21,7 @@ #FFCED7DB - + #8a000000 #ff9a9a9a #ff666666