Skip to content

Commit

Permalink
#121 / ui 마진값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sub101 committed Feb 17, 2024
1 parent 1774f37 commit 1d12492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/title_action2_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="30dp"
android:layout_marginEnd="10dp"
android:layout_marginBottom="16dp"
android:layout_marginBottom="45dp"
android:paddingHorizontal="14dp"
android:paddingVertical="7dp"
android:text="@string/dialog_cancel_text"
Expand All @@ -62,7 +62,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginHorizontal="10dp"
android:layout_marginBottom="16dp"
android:layout_marginBottom="45dp"
android:paddingHorizontal="14dp"
android:paddingVertical="7dp"
android:text="@string/dialog_ok_text"
Expand Down

0 comments on commit 1d12492

Please sign in to comment.