aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/view_main_tab_layout.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/view_main_tab_layout.xml')
-rw-r--r--app/src/main/res/layout/view_main_tab_layout.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/layout/view_main_tab_layout.xml b/app/src/main/res/layout/view_main_tab_layout.xml
new file mode 100644
index 00000000..ed4f5d60
--- /dev/null
+++ b/app/src/main/res/layout/view_main_tab_layout.xml
@@ -0,0 +1,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" />