feat: 쿠폰 등록 안내 문구 수정
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:hint="쿠폰번호를 입력해 주세요"
|
||||
android:importantForAutofill="no"
|
||||
android:maxEms="12"
|
||||
android:inputType="textCapCharacters"
|
||||
android:maxEms="12"
|
||||
android:paddingHorizontal="13.3dp"
|
||||
android:paddingVertical="17dp"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
@@ -74,7 +74,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/gmarket_sans_bold"
|
||||
android:text="등록안내"
|
||||
android:text="[등록 및 사용안내]"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="13.3sp" />
|
||||
|
||||
@@ -82,10 +82,10 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="8dp"
|
||||
android:lineSpacingExtra="5sp"
|
||||
android:text="공백없이 쿠폰번호 12자리를 입력해주세요.\n입력한 쿠폰은 소멸시까지 취소처리가 되지 않습니다.\n충전된 캔은 캔 충전현황에서 확인할 수 있습니다."
|
||||
android:paddingHorizontal="10dp"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:lineSpacingExtra="5sp"
|
||||
android:paddingHorizontal="10dp"
|
||||
android:text="- 공백없이 쿠폰번호 12자리를 입력해주세요.\n- 충전된 캔 또는 포인트는 해당 충전현황에서 확인할 수 있습니다.\n- 쿠폰으로 충전된 캔은 사용 전까지 소멸되지 않으며, 포인트는 충전 후 72시간 이내에 사용하지 않으면 자동 소멸됩니다."
|
||||
android:textColor="@color/color_bbbbbb"
|
||||
android:textSize="13.3sp" />
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/gmarket_sans_bold"
|
||||
android:text="주의사항"
|
||||
android:text="[주의사항]"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="13.3sp" />
|
||||
|
||||
@@ -107,12 +107,21 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="8dp"
|
||||
android:paddingHorizontal="10dp"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:lineSpacingExtra="5sp"
|
||||
android:text="이벤트 쿠폰을 통해 충전한 캔은 환불되지 않습니다.\n쿠폰은 상업적 용도로 사용하거나 매매할 수 없습니다.\n한번 등록한 쿠폰은 재사용이 불가합니다.\n연령 제한 정책에 따라 쿠폰이용은 본인인증한 회원만 이용 가능합니다."
|
||||
android:paddingHorizontal="10dp"
|
||||
android:text="- 이벤트 쿠폰을 통해 충전한 캔이나 포인트는 환불되지 않습니다.\n- 쿠폰은 상업적 용도로 사용하거나 매매할 수 없습니다.\n- 한번 등록한 쿠폰은 재사용이 불가합니다.\n- 연령 제한 정책에 따라 쿠폰이용은 본인인증한 회원만 이용 가능합니다."
|
||||
android:textColor="@color/color_bbbbbb"
|
||||
android:textSize="13.3sp" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="13.3dp"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:text="※ 쿠폰 등록 및 이용에 문제가 발생한 경우 '고객센터'로 문의주시기 바랍니다."
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="13.3sp" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
|
||||
Reference in New Issue
Block a user