fedilab-Android-App/app/src/main/res/layouts/mastodon/layout/drawer_list.xml

12 lines
551 B
XML

<?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_navigate_next"
app:iconGravity="end" />