룰렛 설정 개수에 따라 룰렛 프리셋 버튼 활성화/비활성화

This commit is contained in:
2024-02-28 03:56:51 +09:00
parent af4e802259
commit 2d0c4ea738
4 changed files with 45 additions and 18 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_777777" />
<corners android:radius="6.7dp" />
<stroke
android:width="1dp"
android:color="@color/color_777777" />
</shape>