summaryrefslogtreecommitdiff
path: root/android/source/res/layout/toolbar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/source/res/layout/toolbar.xml')
-rw-r--r--android/source/res/layout/toolbar.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/android/source/res/layout/toolbar.xml b/android/source/res/layout/toolbar.xml
index d8faa51b4034..42136ce68ffc 100644
--- a/android/source/res/layout/toolbar.xml
+++ b/android/source/res/layout/toolbar.xml
@@ -2,9 +2,13 @@
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:elevation="3dp">
+ android:elevation="3dp"
+ android:background="@color/toolbar_background"
+ app:theme="@style/LibreOfficeTheme.Toolbar"
+ app:popupTheme="@style/LibreOfficeTheme">
</android.support.v7.widget.Toolbar>