Skip to content

Commit

Permalink
fixed delete dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Ociliv1 committed Dec 3, 2024
1 parent 495cbd7 commit 8b468fd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/app/src/main/res/layout/delete_dialog.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content">

android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:id="@+id/dialog_title"
android:layout_width="wrap_content"
Expand All @@ -19,7 +19,8 @@
android:id="@+id/dialog_cancel_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Cancel"/>
android:text="Cancel"
android:layout_marginRight="50dp"/>
<Button
android:id="@+id/dialog_remove_button"
android:layout_width="wrap_content"
Expand Down

0 comments on commit 8b468fd

Please sign in to comment.