Layout[cropper]: Remove the huge gap at the top of the dialog

This commit is contained in:
artdeell 2023-12-24 10:47:30 +03:00 committed by Maksim Belov
parent d319149b86
commit f3e8813259

View File

@ -9,14 +9,16 @@
android:id="@+id/crop_dialog_view"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
android:layout_marginBottom="8dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintBottom_toTopOf="@+id/crop_dialog_button_layout"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<LinearLayout
android:id="@+id/crop_dialog_button_layout"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"