aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/view_main_tab_layout.xml
blob: ed4f5d60748e94c22399166397879e09795fbbc0 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.TabLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:id="@+id/tabs"
    style="@style/Widget.Design.TabLayout"
    android:layout_width="match_parent"
    android:layout_height="@dimen/tab_bar_height"
    app:tabGravity="fill"
    app:tabIndicatorHeight="0dp"
    app:tabMode="fixed" />