Skip to content

Commit

Permalink
fix(extended-footer): make bottom padding smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasGGamerM committed Mar 17, 2024
1 parent f33edfa commit 445bf28
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 @@ -4,7 +4,6 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingBottom="8dp"
android:divider="@drawable/divider_inset_16dp"
android:showDividers="middle">

Expand Down Expand Up @@ -111,7 +110,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingHorizontal="8dp"
android:paddingVertical="8dp"
android:paddingTop="8dp"
android:paddingBottom="4dp"
android:horizontalGap="8dp"
android:verticalGap="8dp"
android:clipToPadding="false">
Expand Down

0 comments on commit 445bf28

Please sign in to comment.