aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/tool_bar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/layout/tool_bar.xml')
-rw-r--r--src/main/res/layout/tool_bar.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/res/layout/tool_bar.xml b/src/main/res/layout/tool_bar.xml
new file mode 100644
index 000000000..990a00e03
--- /dev/null
+++ b/src/main/res/layout/tool_bar.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/primary"
+ android:elevation="2dp"
+ android:theme="@style/Base.ThemeOverlay.AppCompat.Dark" /> \ No newline at end of file