fix: make action button text on account card look decent again
This commit is contained in:
@@ -329,10 +329,12 @@
|
|||||||
android:id="@+id/action_btn"
|
android:id="@+id/action_btn"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:minHeight="48dp"
|
android:layout_gravity="center_vertical"
|
||||||
android:minWidth="56dp"
|
android:paddingHorizontal="10dp"
|
||||||
android:singleLine="true"
|
android:minWidth="96dp"
|
||||||
tools:text="@string/follow_back"/>
|
android:maxWidth="150dp"
|
||||||
|
style="@style/Widget.Mastodon.M3.Button.Filled"
|
||||||
|
tools:text="Follow back"/>
|
||||||
|
|
||||||
<ProgressBar
|
<ProgressBar
|
||||||
android:id="@+id/action_progress"
|
android:id="@+id/action_progress"
|
||||||
|
|||||||
Reference in New Issue
Block a user