카울리 - 무료 충전 버튼 크기 수정, 캔 내역에 무료 충전 버튼 추가

This commit is contained in:
2023-10-27 22:22:58 +09:00
parent dc3240f224
commit cc73f471d2
7 changed files with 58 additions and 25 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/color_b1ef2c" />
<corners android:radius="10dp" />
<stroke
android:width="1dp"
android:color="@color/color_b1ef2c" />
</shape>