fedilab-Android-App/app/src/main/res/layout/drawer_fetch_more.xml

9 lines
416 B
XML
Raw Normal View History

2022-06-01 18:36:02 +02:00
<?xml version="1.0" encoding="utf-8"?>
<com.google.android.material.button.MaterialButton xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/fetch_more"
2022-06-11 18:19:37 +02:00
style="@style/MyOutlinedButton"
2022-06-01 18:36:02 +02:00
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_margin="6dp"
2022-06-11 18:19:37 +02:00
android:text="@string/fetch_more_messages" />