캔 충전/사용 내역 UI/API 추가

This commit is contained in:
2023-07-29 03:12:09 +09:00
parent 03de8eba86
commit 3b235a8495
24 changed files with 974 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_coin_status"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>