diff --git a/mastodon/src/main/res/layout/display_item_footer.xml b/mastodon/src/main/res/layout/display_item_footer.xml index 99896e58f..b2b382cc7 100644 --- a/mastodon/src/main/res/layout/display_item_footer.xml +++ b/mastodon/src/main/res/layout/display_item_footer.xml @@ -64,7 +64,7 @@ android:id="@+id/favorite" android:layout_width="wrap_content" android:layout_height="match_parent" - android:layout_gravity="center_vertical" + android:layout_gravity="center" android:drawableStart="@drawable/ic_fluent_star_24_selector" android:drawablePadding="8dp" android:paddingHorizontal="8dp"