summaryrefslogtreecommitdiff
path: root/android/source/res/layout/toolbar.xml
blob: bbeb62a7629c48197bfbdea9aff1e83423af9b8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>

<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"
    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>