Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefan-niedermann <info@niedermann.it>2020-01-26 11:16:56 +0300
committerstefan-niedermann <info@niedermann.it>2020-01-26 11:16:56 +0300
commite106745631a59eb40353dc696ea90d291f109b8c (patch)
tree4e53379f1778c479c03ade63860111dcce17a167 /app/src/main/res/layout/activity_preferences.xml
parent887b76141b254dd2bbf6d449b959057337fe345c (diff)
Use themeoverlay for toolbars
Diffstat (limited to 'app/src/main/res/layout/activity_preferences.xml')
-rw-r--r--app/src/main/res/layout/activity_preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/activity_preferences.xml b/app/src/main/res/layout/activity_preferences.xml
index 77a36e74..a8e43cc1 100644
--- a/app/src/main/res/layout/activity_preferences.xml
+++ b/app/src/main/res/layout/activity_preferences.xml
@@ -10,7 +10,7 @@
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
- android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
+ android:theme="@style/toolbarStyle"
app:contentInsetStartWithNavigation="0dp"
app:elevation="4dp"
app:navigationIcon="@drawable/ic_arrow_back_white_24dp"