Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <android.support.design.widget.TabLayout
  2. android:id="@+id/tab_layout"
  3. app:tabTextColor="@color/unselected_tab_text"
  4. app:tabSelectedTextColor="@color/white"
  5. android:layout_width="match_parent"
  6. android:layout_height="wrap_content"
  7. android:background="@color/colorPrimary"
  8. app:tabIndicatorColor="@color/white"
  9. app:tabIndicatorHeight="3dp" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement