Skip to content

Commit

Permalink
Layout[cropper]: Remove the huge gap at the top of the dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell committed Dec 24, 2023
1 parent 449aa37 commit 5a1f9e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app_pojavlauncher/src/main/res/layout/dialog_cropper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5a1f9e9

Please sign in to comment.