1 <?xml version="1.0" encoding="utf-8"?>
3 <android.support.v7.widget.Toolbar
4 android:id="@+id/toolbar"
5 xmlns:app="http://schemas.android.com/apk/res-auto"
6 xmlns:android="http://schemas.android.com/apk/res/android"
7 android:layout_width="match_parent"
8 android:layout_height="wrap_content"
9 android:elevation="3dp"
10 android:background="@color/toolbar_background"
11 app:theme="@style/LibreOfficeTheme.Toolbar"
12 app:popupTheme="@style/LibreOfficeTheme">
14 </android.support.v7.widget.Toolbar>