aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/layout_setting.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/layout_setting.xml')
-rw-r--r--app/src/main/res/layout/layout_setting.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/layout/layout_setting.xml b/app/src/main/res/layout/layout_setting.xml
index 4eec1bc8..82d3ac1d 100644
--- a/app/src/main/res/layout/layout_setting.xml
+++ b/app/src/main/res/layout/layout_setting.xml
@@ -26,6 +26,7 @@
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
@@ -34,7 +35,8 @@
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" />
+ android:background="?attr/colorPrimary"
+ app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" />
<FrameLayout
android:id="@+id/main_layout"