aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/tool_bar.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-06-30 15:36:42 +0200
committerChristian Schneppe <christian@pix-art.de>2016-06-30 15:36:42 +0200
commit01eb94ef997c22f9de46894d06be8ee8a87beb66 (patch)
tree67c16222d6f093d88c3e3a07934ac0bf2fbbc079 /src/main/res/layout/tool_bar.xml
parent80912a71d7238bcd08d52caf26666b9b3865cd8d (diff)
add share button to image/video view
Diffstat (limited to '')
-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