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:
@@ -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>
|
||||
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user