diff --git a/mastodon/src/main/res/layout/display_item_extended_footer.xml b/mastodon/src/main/res/layout/display_item_extended_footer.xml index cd3b10ad3..6fc36d870 100644 --- a/mastodon/src/main/res/layout/display_item_extended_footer.xml +++ b/mastodon/src/main/res/layout/display_item_extended_footer.xml @@ -128,11 +128,13 @@ android:singleLine="true" android:ellipsize="end" android:paddingVertical="4dp" - android:paddingHorizontal="8dp" - android:layout_marginVertical="-4dp" - android:layout_marginHorizontal="-8dp" + android:paddingEnd="8dp" android:gravity="center_vertical" - tools:text="123 boosts"/> + android:drawableStart="@drawable/ic_fluent_arrow_repeat_all_20_regular" + android:drawablePadding="8dp" + android:drawableTint="?colorM3OnSurfaceVariant" + tools:text="123 boosts" + tools:ignore="RtlSymmetry" />