mirror of https://codeberg.org/tom79/Fedilab
Comment #48 - Add fetch more layout
parent
07af2ea9a5
commit
6a9c7c13a9
@ -0,0 +1,12 @@
|
||||
<?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" />
|
Loading…
Reference in new issue