aboutsummaryrefslogtreecommitdiff
path: root/android/WALT/app/src/main/res/layout/toolbar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/WALT/app/src/main/res/layout/toolbar.xml')
-rw-r--r--android/WALT/app/src/main/res/layout/toolbar.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/android/WALT/app/src/main/res/layout/toolbar.xml b/android/WALT/app/src/main/res/layout/toolbar.xml
new file mode 100644
index 0000000..d02028d
--- /dev/null
+++ b/android/WALT/app/src/main/res/layout/toolbar.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:background="@color/ColorPrimary"
+ android:elevation="4dp">
+
+</android.support.v7.widget.Toolbar> \ No newline at end of file