Make tab text and indicator themeable

This commit is contained in:
Thialfihar
2015-06-26 15:16:34 +02:00
parent 0d1d6542ea
commit 8227db3778
5 changed files with 15 additions and 9 deletions

View File

@@ -75,7 +75,7 @@
android:layout_marginEnd="48dp"
android:text=""
tools:text="My Key"
android:textColor="@color/tab_text"
android:textColor="?attr/colorTabText"
android:textAppearance="?android:attr/textAppearanceSmall"
android:layout_above="@+id/toolbar2" />