Make header text and tertiary text color themeable

This commit is contained in:
Thialfihar
2015-06-26 11:08:26 +02:00
parent 58cb6bb4b7
commit 13983be799
20 changed files with 44 additions and 36 deletions

View File

@@ -28,7 +28,7 @@
android:layout_height="wrap_content"
android:layout_marginBottom="2dp"
android:text="@string/label_name"
android:textColor="@color/tertiary_text_light"
android:textColor="?attr/colorTertiaryText"
android:textAppearance="?android:attr/textAppearanceSmall" />
<TextView
@@ -44,7 +44,7 @@
android:layout_height="wrap_content"
android:layout_marginBottom="2dp"
android:text="@string/label_email"
android:textColor="@color/tertiary_text_light"
android:textColor="?attr/colorTertiaryText"
android:textAppearance="?android:attr/textAppearanceSmall" />
<TextView
@@ -182,4 +182,4 @@
style="?android:attr/borderlessButtonStyle" />
</LinearLayout>
</RelativeLayout>
</RelativeLayout>