2020-03-08 18:57:50 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-12-18 20:16:26 +01:00
|
|
|
<com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android"
|
2020-03-08 18:57:50 +01:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2020-04-25 16:49:42 +02:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2020-03-08 18:57:50 +01:00
|
|
|
android:layout_width="match_parent"
|
2020-04-25 16:49:42 +02:00
|
|
|
android:layout_height="wrap_content"
|
2021-12-18 20:16:26 +01:00
|
|
|
android:layout_margin="12dp"
|
2020-04-25 16:49:42 +02:00
|
|
|
android:clipToPadding="false"
|
|
|
|
android:visibility="gone"
|
|
|
|
tools:visibility="visible">
|
2020-03-08 18:57:50 +01:00
|
|
|
|
2021-12-18 20:16:26 +01:00
|
|
|
<com.google.android.material.appbar.MaterialToolbar
|
2020-03-08 18:57:50 +01:00
|
|
|
android:layout_width="match_parent"
|
2021-12-18 20:16:26 +01:00
|
|
|
android:layout_height="?attr/actionBarSize"
|
|
|
|
android:layout_gravity="bottom"
|
|
|
|
app:contentInsetEnd="8dp"
|
|
|
|
app:contentInsetStart="8dp">
|
2020-03-08 18:57:50 +01:00
|
|
|
|
2021-12-18 20:16:26 +01:00
|
|
|
<androidx.appcompat.widget.ActionMenuView
|
|
|
|
android:id="@+id/menu"
|
2020-03-08 18:57:50 +01:00
|
|
|
android:layout_width="match_parent"
|
2021-12-18 20:16:26 +01:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_gravity="center" />
|
2020-03-08 18:57:50 +01:00
|
|
|
|
2021-12-18 20:16:26 +01:00
|
|
|
</com.google.android.material.appbar.MaterialToolbar>
|
2020-04-25 16:49:42 +02:00
|
|
|
|
2021-12-18 20:16:26 +01:00
|
|
|
</com.google.android.material.card.MaterialCardView>
|