소스 검색

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>