coin -> can,
코인 -> 캔 으로 변경
This commit is contained in:
@@ -425,7 +425,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/gmarket_sans_light"
|
||||
android:text="코인으로"
|
||||
android:text="캔으로"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="12sp" />
|
||||
|
||||
|
@@ -417,7 +417,7 @@
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:text="코인"
|
||||
android:text="캔"
|
||||
android:textColor="@color/color_777777"
|
||||
android:textSize="13.3sp" />
|
||||
</RelativeLayout>
|
||||
@@ -450,7 +450,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="3dp"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:text="※ 콘텐츠의 최소금액은 10코인 입니다"
|
||||
android:text="※ 콘텐츠의 최소금액은 10캔 입니다"
|
||||
android:textColor="@color/color_777777"
|
||||
android:textSize="13.3sp" />
|
||||
</LinearLayout>
|
||||
|
@@ -55,7 +55,7 @@
|
||||
app:layout_constraintBottom_toBottomOf="@+id/ic_can"
|
||||
app:layout_constraintStart_toEndOf="@+id/ic_can"
|
||||
app:layout_constraintTop_toTopOf="@+id/ic_can"
|
||||
tools:text="5000 코인 + 1000 코인" />
|
||||
tools:text="5000 캔 + 1000 캔" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_price"
|
||||
@@ -151,7 +151,7 @@
|
||||
android:layout_marginHorizontal="26.7dp"
|
||||
android:layout_marginTop="13.3dp"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:text="- 충전된 코인의 유효기간은 충전 후 5년 입니다.\n- 결제 취소는 결제 후 7일 이내에만 할 수 있습니다.\n 단, 코인의 일부를 사용하면 결제 취소할 수 없습니다.\n- 광고성 이벤트 등 회사가 무료로 지급한 \n포인트는 환불되지 않습니다.\n- 자세한 내용은 요즘 이용약관에서 확인할 수 있습니다."
|
||||
android:text="- 충전된 캔의 유효기간은 충전 후 5년 입니다.\n- 결제 취소는 결제 후 7일 이내에만 할 수 있습니다.\n 단, 캔의 일부를 사용하면 결제 취소할 수 없습니다.\n- 광고성 이벤트 등 회사가 무료로 지급한 \n포인트는 환불되지 않습니다.\n- 자세한 내용은 요즘 이용약관에서 확인할 수 있습니다."
|
||||
android:textColor="@color/color_777777"
|
||||
android:textSize="12sp" />
|
||||
</LinearLayout>
|
||||
|
@@ -60,7 +60,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:fontFamily="@font/gmarket_sans_light"
|
||||
android:text="결제 코인"
|
||||
android:text="결제 캔"
|
||||
android:textColor="@color/color_777777"
|
||||
android:textSize="12sp" />
|
||||
|
||||
|
@@ -90,7 +90,7 @@
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:textColor="@color/color_7fe2e2e2"
|
||||
android:textSize="12sp"
|
||||
tools:text="300코인" />
|
||||
tools:text="300캔" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_non_cancellable"
|
||||
@@ -259,7 +259,7 @@
|
||||
android:layout_marginHorizontal="23.3dp"
|
||||
android:layout_marginTop="13.3dp"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:text="취소요청시, 차감했던 코인은 환불처리 됩니다. 라이브 참여인원 제한에 따라 재예약이 불가할 수 있습니다."
|
||||
android:text="취소요청시, 차감했던 캔은 환불처리 됩니다. 라이브 참여인원 제한에 따라 재예약이 불가할 수 있습니다."
|
||||
android:textColor="@color/color_ff5c49" />
|
||||
|
||||
<TextView
|
||||
@@ -304,7 +304,7 @@
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="20sp"
|
||||
tools:text="결제한 500코인이\n환불처리 되었습니다." />
|
||||
tools:text="결제한 500캔이\n환불처리 되었습니다." />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
@@ -328,7 +328,7 @@
|
||||
android:textSize="15sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_check_coin_status"
|
||||
android:id="@+id/tv_check_can_status"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
@@ -336,7 +336,7 @@
|
||||
android:fontFamily="@font/gmarket_sans_bold"
|
||||
android:gravity="center"
|
||||
android:paddingVertical="16dp"
|
||||
android:text="코인내역 확인하기"
|
||||
android:text="캔내역 확인하기"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="15sp" />
|
||||
</LinearLayout>
|
||||
|
@@ -194,7 +194,7 @@
|
||||
tools:ignore="RelativeOverlap">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_have_coin"
|
||||
android:id="@+id/tv_have_can"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/gmarket_sans_bold"
|
||||
@@ -237,7 +237,7 @@
|
||||
tools:ignore="RelativeOverlap">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_use_coin"
|
||||
android:id="@+id/tv_use_can"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/gmarket_sans_bold"
|
||||
@@ -280,7 +280,7 @@
|
||||
tools:ignore="RelativeOverlap">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_remaining_coin"
|
||||
android:id="@+id/tv_remaining_can"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/gmarket_sans_bold"
|
||||
|
@@ -653,7 +653,7 @@
|
||||
android:fontFamily="@font/gmarket_sans_bold"
|
||||
android:gravity="center"
|
||||
android:paddingVertical="16.7dp"
|
||||
android:text="100 코인"
|
||||
android:text="100 캔"
|
||||
android:textColor="@color/color_9970ff"
|
||||
android:textSize="14.7sp" />
|
||||
|
||||
@@ -666,7 +666,7 @@
|
||||
android:fontFamily="@font/gmarket_sans_bold"
|
||||
android:gravity="center"
|
||||
android:paddingVertical="16.7dp"
|
||||
android:text="300 코인"
|
||||
android:text="300 캔"
|
||||
android:textColor="@color/color_9970ff"
|
||||
android:textSize="14.7sp" />
|
||||
</LinearLayout>
|
||||
@@ -687,7 +687,7 @@
|
||||
android:fontFamily="@font/gmarket_sans_bold"
|
||||
android:gravity="center"
|
||||
android:paddingVertical="16.7dp"
|
||||
android:text="500 코인"
|
||||
android:text="500 캔"
|
||||
android:textColor="@color/color_9970ff"
|
||||
android:textSize="14.7sp" />
|
||||
|
||||
@@ -701,7 +701,7 @@
|
||||
android:fontFamily="@font/gmarket_sans_bold"
|
||||
android:gravity="center"
|
||||
android:paddingVertical="16.7dp"
|
||||
android:text="1000 코인"
|
||||
android:text="1000 캔"
|
||||
android:textColor="@color/color_9970ff"
|
||||
android:textSize="14.7sp" />
|
||||
|
||||
@@ -714,7 +714,7 @@
|
||||
android:fontFamily="@font/gmarket_sans_bold"
|
||||
android:gravity="center"
|
||||
android:paddingVertical="16.7dp"
|
||||
android:text="2000 코인"
|
||||
android:text="2000 캔"
|
||||
android:textColor="@color/color_9970ff"
|
||||
android:textSize="14.7sp" />
|
||||
</LinearLayout>
|
||||
@@ -733,7 +733,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="13.3dp"
|
||||
android:layout_toStartOf="@+id/tv_coin"
|
||||
android:layout_toStartOf="@+id/tv_can"
|
||||
android:background="@null"
|
||||
android:fontFamily="@font/gmarket_sans_bold"
|
||||
android:gravity="center"
|
||||
@@ -747,14 +747,14 @@
|
||||
android:textSize="13.3sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_coin"
|
||||
android:id="@+id/tv_can"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginEnd="13.3dp"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:text="코인"
|
||||
android:text="캔"
|
||||
android:textColor="@color/color_9970ff"
|
||||
android:textSize="13.3sp" />
|
||||
</RelativeLayout>
|
||||
|
@@ -230,7 +230,7 @@
|
||||
android:layout_marginHorizontal="26.7dp"
|
||||
android:layout_marginTop="13.3dp"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:text="계정을 삭제하면 회원님의 모든 콘텐츠와 활동 길고, 코인충전 및 적립, 사용내역 등의 기록이 삭제됩니다. 삭제된 정보는 복구할 수 없으니 신중히 결정해주세요.\n코인 충전하기를 통해 적립한 코인은 계정 삭제시 환불이 불가합니다. 또한 환불 신청 후 환불처리가 되기 전에 계정을 삭제하는 경우 포인트 사용내역을 확인할 수 없어 환불이 불가합니다. "
|
||||
android:text="계정을 삭제하면 회원님의 모든 콘텐츠와 활동 길고, 캔충전 및 적립, 사용내역 등의 기록이 삭제됩니다. 삭제된 정보는 복구할 수 없으니 신중히 결정해주세요.\n캔 충전하기를 통해 적립한 캔은 계정 삭제시 환불이 불가합니다. 또한 환불 신청 후 환불처리가 되기 전에 계정을 삭제하는 경우 포인트 사용내역을 확인할 수 없어 환불이 불가합니다. "
|
||||
android:textColor="@color/color_ff5c49" />
|
||||
|
||||
<LinearLayout
|
||||
|
@@ -33,7 +33,7 @@
|
||||
android:textSize="12sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_coin_today"
|
||||
android:id="@+id/tv_can_today"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_toStartOf="@+id/tv_unit_today"
|
||||
@@ -67,7 +67,7 @@
|
||||
android:textSize="12sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_coin_last_week"
|
||||
android:id="@+id/tv_can_last_week"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_toStartOf="@+id/tv_unit_last_week"
|
||||
@@ -101,7 +101,7 @@
|
||||
android:textSize="12sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_coin_this_month"
|
||||
android:id="@+id/tv_can_this_month"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_toStartOf="@+id/tv_unit_this_month"
|
||||
|
@@ -129,7 +129,7 @@
|
||||
android:gravity="center"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="13.3sp"
|
||||
tools:text="콘텐츠를 소장하시겠습니까?\n아래 코인이 차감됩니다." />
|
||||
tools:text="콘텐츠를 소장하시겠습니까?\n아래 캔이 차감됩니다." />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
@@ -28,7 +28,7 @@
|
||||
app:drawableStartCompat="@drawable/ic_donation_white" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_coin"
|
||||
android:id="@+id/tv_can"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentEnd="true"
|
||||
@@ -50,13 +50,13 @@
|
||||
android:background="@color/color_909090" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/et_donation_coin"
|
||||
android:id="@+id/et_donation_can"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="20dp"
|
||||
android:background="@drawable/bg_round_corner_6_7_88333333"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:hint="몇 코인을 후원할까요?"
|
||||
android:hint="몇 캔을 후원할까요?"
|
||||
android:importantForAutofill="no"
|
||||
android:inputType="numberSigned"
|
||||
android:padding="13.3dp"
|
||||
|
@@ -32,7 +32,7 @@
|
||||
</RelativeLayout>
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/rl_total_coin"
|
||||
android:id="@+id/rl_total_can"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="13.3dp"
|
||||
@@ -42,7 +42,7 @@
|
||||
android:paddingVertical="10.7dp">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_total_coin_title"
|
||||
android:id="@+id/tv_total_can_title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentStart="true"
|
||||
@@ -53,13 +53,13 @@
|
||||
android:textSize="13.3sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_total_coin"
|
||||
android:id="@+id/tv_total_can"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginEnd="2.7dp"
|
||||
android:layout_toStartOf="@+id/tv_total_coin_unit"
|
||||
android:layout_toEndOf="@+id/tv_total_coin_title"
|
||||
android:layout_toStartOf="@+id/tv_total_can_unit"
|
||||
android:layout_toEndOf="@+id/tv_total_can_title"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:gravity="end"
|
||||
android:textColor="@color/color_9970ff"
|
||||
@@ -67,13 +67,13 @@
|
||||
tools:text="1,999,999" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_total_coin_unit"
|
||||
android:id="@+id/tv_total_can_unit"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:text="코인"
|
||||
android:text="캔"
|
||||
android:textColor="@color/color_bbbbbb"
|
||||
android:textSize="10.7sp"
|
||||
tools:ignore="SmallSp" />
|
||||
|
@@ -113,7 +113,7 @@
|
||||
android:paddingVertical="16dp">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_coin"
|
||||
android:id="@+id/tv_can"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/bg_round_corner_10_9970ff"
|
||||
|
@@ -41,7 +41,7 @@
|
||||
tools:text="🧸여자들이 좋아하는 남자 스타일은?" />
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/rl_date_and_coin"
|
||||
android:id="@+id/rl_date_and_can"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="13.3dp"
|
||||
@@ -58,7 +58,7 @@
|
||||
tools:text="2021.06.20 SUN 10p.m" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_coin"
|
||||
android:id="@+id/tv_can"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentEnd="true"
|
||||
@@ -75,7 +75,7 @@
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:layout_below="@+id/tv_coin"
|
||||
android:layout_below="@+id/tv_can"
|
||||
android:layout_marginTop="8dp"
|
||||
android:background="@color/color_88909090" />
|
||||
</RelativeLayout>
|
||||
@@ -87,7 +87,7 @@
|
||||
android:layout_marginTop="16.7dp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/rl_date_and_coin">
|
||||
app:layout_constraintTop_toBottomOf="@+id/rl_date_and_can">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_participate_expression"
|
||||
|
@@ -50,7 +50,7 @@
|
||||
app:layout_constraintTop_toBottomOf="@+id/tv_comment_date">
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_donation_coin"
|
||||
android:id="@+id/ll_donation_can"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginVertical="5dp"
|
||||
@@ -68,7 +68,7 @@
|
||||
android:src="@drawable/ic_coin_w" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_donation_coin"
|
||||
android:id="@+id/tv_donation_can"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="3dp"
|
||||
|
@@ -19,7 +19,7 @@
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
tools:text="5000 코인 + 1000 코인" />
|
||||
tools:text="5000 캔 + 1000 캔" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_price"
|
||||
|
@@ -18,7 +18,7 @@
|
||||
android:textSize="13.3sp"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
tools:text="50코인" />
|
||||
tools:text="50캔" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_date"
|
||||
|
@@ -99,7 +99,7 @@
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:textColor="@color/color_7fe2e2e2"
|
||||
android:textSize="12sp"
|
||||
tools:text="300코인" />
|
||||
tools:text="300캔" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_complete_reservation"
|
||||
|
@@ -73,7 +73,7 @@
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:textColor="@color/color_7fe2e2e2"
|
||||
android:textSize="12sp"
|
||||
tools:text="300코인" />
|
||||
tools:text="300캔" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_non_cancellable"
|
||||
|
@@ -24,7 +24,7 @@
|
||||
android:contentDescription="@null" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_coin"
|
||||
android:id="@+id/iv_can"
|
||||
android:layout_width="16.7dp"
|
||||
android:layout_height="16.7dp"
|
||||
android:layout_gravity="end|bottom"
|
||||
|
@@ -29,7 +29,7 @@
|
||||
tools:text="user5님이" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_coin_message"
|
||||
android:id="@+id/tv_can_message"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="8dp"
|
||||
@@ -39,7 +39,7 @@
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/tv_nickname"
|
||||
tools:text="1코인을 후원하셨습니다." />
|
||||
tools:text="1캔을 후원하셨습니다." />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_donation_message"
|
||||
@@ -51,7 +51,7 @@
|
||||
android:textSize="13.3sp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/tv_coin_message"
|
||||
app:layout_constraintTop_toBottomOf="@+id/tv_can_message"
|
||||
tools:text="'테스트'" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
@@ -70,7 +70,7 @@
|
||||
tools:text="Remix" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_total_donation_coin"
|
||||
android:id="@+id/tv_total_donation_can"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentEnd="true"
|
||||
|
Reference in New Issue
Block a user