feat: 라이브 후원 메시지 글자 수 조정
- 200자 -> 1000자
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user