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
This commit is contained in:
Salvador Martinez
2016-10-14 15:42:08 -07:00
parent 1aa65f3b92
commit d03dd83d2d
2 changed files with 4 additions and 4 deletions

View File

@@ -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" />
<TextView
android:id="@+id/pairing_subhead"
@@ -64,7 +64,7 @@
android:gravity="center_vertical"
android:text="@string/bluetooth_enter_passkey_msg"
android:textAppearance="@android:style/TextAppearance.Material.Subhead"
android:textColor="@*android:color/secondary_text_material_light"
android:textColor="@color/bluetooth_dialog_text_color"
android:visibility="gone" />
<CheckBox
@@ -74,7 +74,7 @@
android:layout_marginStart="@dimen/bluetooth_dialog_padding"
android:layout_marginEnd="@dimen/bluetooth_dialog_padding"
android:textAppearance="@android:style/TextAppearance.Material.Body1"
android:textColor="@*android:color/secondary_text_material_light" />
android:textColor="@color/bluetooth_dialog_text_color" />
</LinearLayout>

View File

@@ -21,7 +21,7 @@
<color name="material_empty_color_light">#FFCED7DB</color>
<color name="bluetooth_dialog_text_color">#8a000000</color>
<color name="crypt_keeper_clock_background">#ff9a9a9a</color>
<color name="crypt_keeper_clock_foreground">#ff666666</color>