Skip to content

Commit 7c8d0cb

Browse files
committed
feat(extended-footer): use lighter background color
1 parent 3939fc9 commit 7c8d0cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mastodon/src/main/res/layout/display_item_extended_footer.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
android:layout_height="wrap_content"
77
android:paddingBottom="8dp"
88
android:divider="@drawable/divider_inset_16dp"
9-
android:showDividers="middle">
9+
android:showDividers="middle"
10+
android:background="?colorM3SurfaceVariant">
1011

1112
<org.joinmastodon.android.ui.views.WrappingLinearLayout
1213
android:layout_width="match_parent"

0 commit comments

Comments
 (0)