Version 5.2.6.1, tag libreoffice-5.2.6.1
[LibreOffice.git] / android / source / res / layout / toolbar.xml
blob42136ce68ffc6f500ef518b4b5ec08b66e3d02a5
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>