라이브 메인 지금 라이브 중

- 가격 유/무료 뱃지 배경색 3bb9f1(버튼색)으로 변경
This commit is contained in:
klaus 2024-03-07 02:36:05 +09:00
parent d6182f9e03
commit 6b466ac7d7
2 changed files with 1 additions and 9 deletions

View File

@ -40,7 +40,7 @@ class LiveNowAdapter(
binding.tvPrice.setBackgroundResource(R.drawable.bg_round_corner_10_881609)
} else {
binding.tvPrice.text = "무료"
binding.tvPrice.setBackgroundResource(R.drawable.bg_round_corner_10_643bc8)
binding.tvPrice.setBackgroundResource(R.drawable.bg_round_corner_10_3bb9f1)
}
if (item.tags.isNotEmpty()) {

View File

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