Make tab text and indicator themeable
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user