Skip to content

Commit

Permalink
fix: make action button text on account card look decent again
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasGGamerM committed Mar 16, 2024
1 parent e9b6acb commit d1656a5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions mastodon/src/main/res/layout/item_discover_account.xml
Original file line number Diff line number Diff line change
Expand Up @@ -329,10 +329,12 @@
android:id="@+id/action_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:minHeight="48dp"
android:minWidth="56dp"
android:singleLine="true"
tools:text="@string/follow_back"/>
android:layout_gravity="center_vertical"
android:paddingHorizontal="10dp"
android:minWidth="96dp"
android:maxWidth="150dp"
style="@style/Widget.Mastodon.M3.Button.Filled"
tools:text="Follow back"/>

<ProgressBar
android:id="@+id/action_progress"
Expand Down

0 comments on commit d1656a5

Please sign in to comment.