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

Commit e1b74ec3 authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Change preference category text color for quantum

Use the colorAccent theme attribute.

Bug: 15384941
Change-Id: I9f98868313caf30a9658eadede23687f2eca5c9c
parent 0dcecc1c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -21,8 +21,7 @@
    android:layout_height="wrap_content"
    android:layout_marginBottom="16dip"
    android:textAppearance="@style/TextAppearance.Quantum.Body2"
    android:textColor="?android:attr/textColorSecondary"
    android:textStyle="bold"
    android:textColor="?android:attr/colorAccent"
    android:paddingStart="?attr/listPreferredItemPaddingStart"
    android:paddingEnd="?attr/listPreferredItemPaddingEnd"
    android:paddingTop="16dip" />