라이브 탭 - 라이브 중 아이템 UI 변경

This commit is contained in:
2023-12-14 15:06:06 +09:00
parent 8ddf85c1be
commit 2984aac0a5
4 changed files with 99 additions and 24 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_333333" />
<corners android:radius="13.3dp" />
<stroke
android:width="1dp"
android:color="@color/color_333333" />
</shape>