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

12 lines
551 B
XML
Raw Normal View History

2022-04-27 15:20:42 +02:00
<?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"
2022-11-28 11:46:48 +01:00
style="@style/Widget.Material3.Button.OutlinedButton"
2022-04-27 15:20:42 +02:00
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="24dp"
android:paddingVertical="12dp"
android:textAlignment="textStart"
2023-02-01 02:11:33 +01:00
app:icon="@drawable/ic_navigate_next"
2023-01-23 09:31:32 +01:00
app:iconGravity="end" />