Skip to content

Commit

Permalink
fix: increase boost button witdth
Browse files Browse the repository at this point in the history
  • Loading branch information
FineFindus committed Mar 20, 2024
1 parent 2497ece commit daa391a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mastodon/src/main/res/layout/sheet_photo_viewer_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<Button
android:id="@+id/btn_boost"
android:layout_width="64dp"
android:layout_width="wrap_content"
android:layout_height="64dp"
android:text="@string/button_reblog"
android:drawableTop="@drawable/ic_boost"
Expand Down

0 comments on commit daa391a

Please sign in to comment.