Change preference category text color for quantum
Use the colorAccent theme attribute. Bug: 15384941 Change-Id: I9f98868313caf30a9658eadede23687f2eca5c9c
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user