tab_layout.xml 502 B

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