Merge "Change preference category text color for quantum"

This commit is contained in:
Amith Yamasani
2014-06-04 23:44:29 +00:00
committed by Android (Google) Code Review

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