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

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