mirror of
https://github.com/mihonapp/mihon.git
synced 2025-01-30 18:33:30 +00:00
Fix visual issue with bottom padding in filters sheet (#3881)
This commit is contained in:
parent
969b57ade9
commit
25d1c40cda
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue