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

12 lines
598 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/fetch_more"
style="@style/Widget.MaterialComponents.Button.OutlinedButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_margin="6dp"
android:text="@string/fetch_more_messages"
android:textColor="?colorAccent"
app:strokeColor="@color/cyanea_accent_dark_reference" />