aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/layout_main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/layout_main.xml')
-rw-r--r--app/src/main/res/layout/layout_main.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/layout/layout_main.xml b/app/src/main/res/layout/layout_main.xml
index 12904065..dbe1fc77 100644
--- a/app/src/main/res/layout/layout_main.xml
+++ b/app/src/main/res/layout/layout_main.xml
@@ -4,6 +4,13 @@
android:layout_height="match_parent"
android:orientation="vertical">
+ <android.support.v7.widget.Toolbar
+ android:id="@+id/toolbar"
+ android:layout_width="match_parent"
+ android:layout_height="?attr/actionBarSize"
+ android:background="?attr/colorPrimary"
+ android:elevation="4dp" />
+
<android.support.v4.view.ViewPager
android:id="@+id/viewPager"
android:layout_width="match_parent"