Fix visual issue with bottom padding in filters sheet (#3881)
(cherry picked from commit 25d1c40cda4ece4321137a366c7f4de8418091b7)
This commit is contained in:
parent
dc7a492d75
commit
e1fc94e6d3
@ -69,6 +69,8 @@
|
|||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:layout_gravity="top"
|
android:layout_gravity="top"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:paddingBottom="8dp" />
|
android:paddingBottom="8dp"
|
||||||
|
android:clipChildren="false"
|
||||||
|
android:clipToPadding="false" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user