Skip to content

Commit

Permalink
Fix visual issue with bottom padding in filters sheet (#3881)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnlocked authored Oct 2, 2020
1 parent 969b57a commit 25d1c40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/res/layout/source_filter_sheet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 25d1c40

Please sign in to comment.