2017-07-15 09:10:55 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
|
2018-12-17 15:25:35 +01:00
|
|
|
<com.google.android.material.appbar.AppBarLayout
|
2018-01-06 19:01:37 +01:00
|
|
|
android:id="@+id/appbar"
|
2017-07-15 09:10:55 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2018-09-16 18:54:12 +02:00
|
|
|
android:elevation="@dimen/actionbar_elevation"
|
2017-07-15 09:10:55 +02:00
|
|
|
app:layout_collapseMode="pin">
|
|
|
|
|
2018-12-17 15:25:35 +01:00
|
|
|
<androidx.appcompat.widget.Toolbar
|
2017-07-15 09:10:55 +02:00
|
|
|
android:id="@+id/toolbar"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="?attr/actionBarSize"
|
|
|
|
android:background="?attr/toolbar_background_color" />
|
|
|
|
|
2018-12-17 15:25:35 +01:00
|
|
|
</com.google.android.material.appbar.AppBarLayout>
|
2017-07-15 09:10:55 +02:00
|
|
|
|
|
|
|
</merge>
|