feat: 라이브 후원 메시지 글자 수 조정

- 200자 -> 1000자
This commit is contained in:
2025-05-23 19:26:55 +09:00
parent d1056bda99
commit 8b7894a370
3 changed files with 7 additions and 7 deletions

View File

@@ -198,10 +198,10 @@
android:layout_marginStart="10.3dp"
android:background="@drawable/bg_round_corner_6_7_88333333"
android:fontFamily="@font/gmarket_sans_medium"
android:hint="함께 보낼 메시지 입력(최대 200자)"
android:hint="함께 보낼 메시지 입력(최대 1000자)"
android:importantForAutofill="no"
android:inputType="text"
android:maxLength="200"
android:maxLength="1000"
android:maxLines="1"
android:padding="13.3dp"
android:textColor="@color/color_eeeeee"