浏览代码

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

Unlocked 4 年之前
父节点
当前提交
25d1c40cda
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      app/src/main/res/layout/source_filter_sheet.xml

+ 3 - 1
app/src/main/res/layout/source_filter_sheet.xml

@@ -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>