Add padding to the bottom of the Thank You bottom sheet.

This commit is contained in:
Alex Hart 2021-11-19 08:48:29 -04:00
parent 18cf55b156
commit 0121811195

View file

@ -3,7 +3,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:paddingBottom="16dp">
<ImageView
android:id="@+id/thanks_bottom_sheet_handle"