coin -> can,

코인 -> 캔

으로 변경
This commit is contained in:
2023-08-14 11:15:21 +09:00
parent 5e44949094
commit 999f90ae80
39 changed files with 116 additions and 116 deletions

View File

@@ -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>