Update tab lib and fix colors of tabs

This commit is contained in:
Dominik Schürmann
2015-02-23 00:11:06 +01:00
parent d984f50cb7
commit 4e8c4af262
4 changed files with 12 additions and 5 deletions

View File

@@ -52,8 +52,9 @@
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
android:textColor="#FFFFFF"
app:pstsIndicatorColor="#FFFFFF" />
android:textColor="@color/tab_text"
app:pstsTextColorSelected="@color/tab_text_selected"
app:pstsIndicatorColor="@color/tab_indicator" />
<android.support.v4.view.ViewPager
android:id="@+id/view_key_pager"