2017-07-02 17:12:02 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<android.support.design.widget.AppBarLayout
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
|
|
|
|
<android.support.v7.widget.Toolbar
|
|
|
|
android:id="@+id/toolbar"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="?attr/actionBarSize"
|
2017-11-01 19:06:36 +01:00
|
|
|
app:theme="@style/ToolBarStyle"
|
|
|
|
app:popupTheme="?attr/toolbarPopupTheme" />
|
2017-07-02 17:12:02 +02:00
|
|
|
|
|
|
|
</android.support.design.widget.AppBarLayout>
|