Change preference category text color for quantum

Use the colorAccent theme attribute.

Bug: 15384941
Change-Id: I9f98868313caf30a9658eadede23687f2eca5c9c
This commit is contained in:
Amith Yamasani
2014-06-04 15:51:41 -07:00
parent 0dcecc1cab
commit e1b74ec318

View File

@@ -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" />