2020-04-12 22:29:19 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<com.google.android.material.appbar.AppBarLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2021-01-31 22:11:26 +01:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
android:id="@+id/app_bar_layout"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2021-04-17 12:41:38 +02:00
|
|
|
android:fitsSystemWindows="true">
|
2020-04-12 22:29:19 +02:00
|
|
|
|
|
|
|
<com.google.android.material.appbar.MaterialToolbar
|
2021-01-31 22:11:26 +01:00
|
|
|
android:id="@+id/toolbar"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="?attr/actionBarSize"
|
|
|
|
app:elevation="16dp"
|
|
|
|
app:layout_scrollFlags="scroll" />
|
2020-04-12 22:29:19 +02:00
|
|
|
</com.google.android.material.appbar.AppBarLayout>
|