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

fork-5.53.8
Alex Hart 2021-11-19 08:48:29 -04:00
rodzic 18cf55b156
commit 0121811195
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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