summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/drawer_list.xml
blob: e6804db6dd819c1398832691c1a5e5a025a7b4aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<com.google.android.material.button.MaterialButton xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:id="@+id/title"
    style="@style/Widget.Material3.Button.OutlinedButton"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_marginTop="24dp"
    android:paddingVertical="12dp"
    android:textAlignment="textStart"
    app:icon="@drawable/ic_baseline_navigate_next_24"
    app:iconGravity="end"
    />