코인 충전, 코인 내역

This commit is contained in:
2023-07-30 16:20:58 +09:00
parent 7fb43b3f91
commit 79127801c6
34 changed files with 1086 additions and 63 deletions

View File

@@ -166,7 +166,7 @@
android:padding="13.3dp">
<LinearLayout
android:id="@+id/ll_total_coin"
android:id="@+id/ll_total_can"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
@@ -174,7 +174,7 @@
tools:ignore="RelativeOverlap">
<TextView
android:id="@+id/tv_total_coin"
android:id="@+id/tv_total_can"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
@@ -201,7 +201,7 @@
</LinearLayout>
<TextView
android:id="@+id/tv_charge_coin"
android:id="@+id/tv_charge_can"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"