kopia lustrzana https://github.com/ryukoposting/Signal-Android
Add padding to the bottom of the Thank You bottom sheet.
rodzic
18cf55b156
commit
0121811195
|
@ -3,7 +3,8 @@
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent"
|
||||||
|
android:paddingBottom="16dp">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/thanks_bottom_sheet_handle"
|
android:id="@+id/thanks_bottom_sheet_handle"
|
||||||
|
|
Ładowanie…
Reference in New Issue