Fix visual issue with bottom padding in filters sheet (#3881)

This commit is contained in:
Unlocked 2020-10-02 06:02:34 -07:00 committed by GitHub
parent 969b57ade9
commit 25d1c40cda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,8 @@
android:layout_height="0dp"
android:layout_gravity="top"
android:layout_weight="1"
android:paddingBottom="8dp" />
android:paddingBottom="8dp"
android:clipChildren="false"
android:clipToPadding="false" />
</LinearLayout>