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

Commit 76869b96 authored by Timi's avatar Timi Committed by Paul Keith
Browse files

ProgressCategory: update title style for consistency



 * Update progress category title text color from colorAccent to
   colorSecondary
 * Capitalize the title

Test: make Settings, open `Pair new device` (Bluetooth) settings,
verify title color is textColorSecondary and text is capitalized.

Change-Id: I2d31d14279782b58d5b7c761aba6b683bb337b7d
Signed-off-by: default avatarTimi <timi.rautamaki@gmail.com>
parent 0a0ffcae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -46,8 +46,8 @@
        android:layout_height="wrap_content"
        android:layout_weight="1"
        android:layout_gravity="start|center"
        android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Body2"
        android:textColor="?android:attr/colorAccent"/>
        android:textAppearance="@style/TextAppearance.CategoryTitle"
        android:textColor="?android:attr/textColorSecondary"/>

    <ProgressBar
        android:id="@+id/scanning_progress"