feat(extended-footer): use lighter background color

This commit is contained in:
FineFindus 2024-03-17 00:07:36 +01:00
parent 3939fc9795
commit 7c8d0cb459
No known key found for this signature in database
GPG Key ID: 64873EE210FF8E6B
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@
android:layout_height="wrap_content"
android:paddingBottom="8dp"
android:divider="@drawable/divider_inset_16dp"
android:showDividers="middle">
android:showDividers="middle"
android:background="?colorM3SurfaceVariant">
<org.joinmastodon.android.ui.views.WrappingLinearLayout
android:layout_width="match_parent"