Skip to content

Commit

Permalink
xml: fix some contraints
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed Jan 2, 2025
1 parent 4c794a2 commit 94f92bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/dialog_change_string.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
android:layout_height="wrap_content"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@+id/ChangeNameTextView"
app:layout_constraintTop_toBottomOf="@+id/ChangeStringTextView"
app:layout_constraintBottom_toTopOf="@+id/CancelButton"
android:layout_marginTop="10dp"
android:layout_marginStart="@dimen/padding_20"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/dialog_delete_door.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toTopOf="@+id/DeleteDoorTextView"
app:layout_constraintBottom_toTopOf="@+id/CancelButton"
android:layout_marginStart="10dp"
android:layout_marginTop="10dp"
android:textSize="23sp"
Expand Down

0 comments on commit 94f92bd

Please sign in to comment.