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.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/android/source/res/layout/toolbar.xml b/android/source/res/layout/toolbar.xml
index 42136ce68ffc..bbeb62a7629c 100644
--- a/android/source/res/layout/toolbar.xml
+++ b/android/source/res/layout/toolbar.xml
@@ -4,11 +4,18 @@
android:id="@+id/toolbar"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:elevation="3dp"
android:background="@color/toolbar_background"
app:theme="@style/LibreOfficeTheme.Toolbar"
+ tools:theme="@style/LibreOfficeTheme.Toolbar"
app:popupTheme="@style/LibreOfficeTheme">
+ <android.support.v7.widget.AppCompatSpinner
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:id="@+id/toolbar_spinner"/>
+
</android.support.v7.widget.Toolbar>