Tabbar.xml 522 B

1234567891011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <android.support.design.widget.TabLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. android:id="@+id/sliding_tabs"
  5. android:layout_width="match_parent"
  6. android:layout_height="wrap_content"
  7. android:background="?attr/colorPrimary"
  8. android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
  9. app:tabIndicatorColor="@android:color/white"
  10. app:tabGravity="fill"
  11. app:tabMode="fixed" />