diff --git a/app/src/main/res/layout/source_filter_sheet.xml b/app/src/main/res/layout/source_filter_sheet.xml index 79ea6c3ef3..5d1acf3952 100644 --- a/app/src/main/res/layout/source_filter_sheet.xml +++ b/app/src/main/res/layout/source_filter_sheet.xml @@ -13,7 +13,7 @@ android:id="@+id/card_view" android:layout_width="0dp" android:layout_height="wrap_content" - app:layout_constraintBottom_toTopOf="@id/title_layout" + app:layout_constraintBottom_toBottomOf="@id/bottom_space" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:cardCornerRadius="@dimen/rounded_radius" @@ -26,6 +26,7 @@ android:layout_height="wrap_content" android:paddingTop="12dp" android:paddingBottom="12dp" + android:layout_marginBottom="12dp" android:clipToPadding="false" android:background="@drawable/bottom_sheet_rounded_background" android:backgroundTint="?attr/colorSecondary" @@ -36,18 +37,23 @@ app:layout_constraintTop_toTopOf="parent" /> + +