aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/app_toolbar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/app_toolbar.xml')
-rw-r--r--app/src/main/res/layout/app_toolbar.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/layout/app_toolbar.xml b/app/src/main/res/layout/app_toolbar.xml
index 12eeb47..a6c18b8 100644
--- a/app/src/main/res/layout/app_toolbar.xml
+++ b/app/src/main/res/layout/app_toolbar.xml
@@ -3,9 +3,11 @@
Toolbar; the dark overlay gives the title light text on the dark bar. -->
<androidx.appcompat.widget.Toolbar
xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="@color/bar"
android:elevation="4dp"
- android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" />
+ android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
+ tools:ignore="Overdraw" />