Add padding to the bottom of the Thank You bottom sheet.
This commit is contained in:
parent
18cf55b156
commit
0121811195
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue