Skip to content

Commit

Permalink
fix: Alert 확인 버튼 디바운스타임 1200ms로 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
songpink committed Oct 22, 2024
1 parent 9dc7f1e commit 412080e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/src/main/res/layout/dialog_alert.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
android:layout_marginTop="@dimen/size_50"
android:layout_marginEnd="@dimen/size_50"
android:fontFamily="@font/suit_bold"
android:text="@string/my_page_logout_dialog_description"
tools:text="다이얼로그 메세지"
android:textSize="@dimen/size_15"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down Expand Up @@ -59,6 +59,7 @@
android:fontFamily="@font/suit_semibold"
android:text="@string/offering_detail_dialog_confirm_text"
app:debouncedOnClick="@{() -> listener.onClickConfirm()}"
app:debounceTime="@{1200L}"
android:textColor="@color/white"
android:textSize="@dimen/size_15"
app:layout_constraintBottom_toBottomOf="parent"
Expand Down

0 comments on commit 412080e

Please sign in to comment.