|
@@ -25,8 +25,9 @@
|
|
android:id="@+id/tabs"
|
|
android:id="@+id/tabs"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:theme="@style/Theme.ActionBar.Tab.Filled"
|
|
|
|
- app:tabIndicatorColor="@android:color/white" />
|
|
|
|
|
|
+ android:theme="@style/Theme.ActionBar.Tab"
|
|
|
|
+ app:tabGravity="fill"
|
|
|
|
+ app:tabIndicatorColor="@android:color/white"/>
|
|
|
|
|
|
</android.support.design.widget.AppBarLayout>
|
|
</android.support.design.widget.AppBarLayout>
|
|
|
|
|