feat(extended-footer): use lighter background color
This commit is contained in:
parent
3939fc9795
commit
7c8d0cb459
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue