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

@@ -17,8 +17,8 @@
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
android:textColor="@color/tab_text"
app:pstsTextColorSelected="@color/tab_text_selected"
app:pstsIndicatorColor="@color/tab_indicator" />
android:textColor="?attr/colorTabText"
app:pstsTextColorSelected="?attr/colorTabTextSelected"
app:pstsIndicatorColor="?attr/colorTabIndicator" />
</RelativeLayout>