라이브 메인 지금 라이브 중

- 가격 유/무료 뱃지 배경색 3bb9f1(버튼색)으로 변경
This commit is contained in:
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()) {