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

@@ -29,7 +29,7 @@
android:id="@+id/add_user_id_comment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="@color/tertiary_text_light"
android:textColor="?attr/colorTertiaryText"
android:singleLine="true"
android:lines="1"
android:maxLines="1"