Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a3d8d6c authored by Salvador Martinez's avatar Salvador Martinez Committed by Android (Google) Code Review
Browse files

Merge "Updating colors as part of bluetooth refactoring"

parents 37059a58 d03dd83d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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>

+1 −1
Original line number Diff line number Diff line
@@ -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>