Skip to content

Commit

Permalink
[FIX/#157] 다이얼로그 양쪽 마진 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchbreeze committed Oct 29, 2024
1 parent 534caab commit 96ff00a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion presentation/src/main/res/layout/dialog_push.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginHorizontal="16dp"
android:layout_marginHorizontal="24dp"
android:background="@drawable/shape_gray_fill_16_rect"
android:paddingBottom="16dp"
app:layout_constraintBottom_toBottomOf="parent"
Expand All @@ -38,6 +38,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginHorizontal="16dp"
android:layout_marginTop="-8dp"
android:gravity="center"
android:text="@string/push_tv_title"
app:layout_constraintEnd_toEndOf="parent"
Expand Down

0 comments on commit 96ff00a

Please sign in to comment.