coin -> can,
코인 -> 캔 으로 변경
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user