aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/tool_bar.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-03-14 20:43:02 +0100
committerChristian Schneppe <christian@pix-art.de>2018-03-14 20:45:58 +0100
commitffdf8bd198cfb9a6db1d03b202f0aa3f6b527eb8 (patch)
tree0ea2dc645fef50200938596b11639a8b0c2da1f0 /src/main/res/layout/tool_bar.xml
parentdfabf192a0ef3da114c6765a5202affe66076984 (diff)
code cleanup
Diffstat (limited to 'src/main/res/layout/tool_bar.xml')
-rw-r--r--src/main/res/layout/tool_bar.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main/res/layout/tool_bar.xml b/src/main/res/layout/tool_bar.xml
deleted file mode 100644
index 990a00e03..000000000
--- a/src/main/res/layout/tool_bar.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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