Skip to content

Commit

Permalink
fix(extended-footer-icons): makes them look good again
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasGGamerM committed Mar 17, 2024
1 parent f29a9b6 commit d8a88d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mastodon/src/main/res/layout/display_item_extended_footer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<org.joinmastodon.android.ui.views.WrappingLinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingHorizontal="16dp"
android:paddingHorizontal="8dp"
android:paddingVertical="8dp"
android:horizontalGap="8dp"
android:verticalGap="8dp"
Expand All @@ -127,7 +127,7 @@
android:singleLine="true"
android:ellipsize="end"
android:paddingVertical="4dp"
android:paddingEnd="8dp"
android:paddingHorizontal="8dp"
android:gravity="center_vertical"
android:drawableStart="@drawable/ic_fluent_arrow_repeat_all_20_regular"
android:drawablePadding="8dp"
Expand Down

0 comments on commit d8a88d1

Please sign in to comment.