parent
d6182f9e03
commit
6b466ac7d7
|
@ -40,7 +40,7 @@ class LiveNowAdapter(
|
||||||
binding.tvPrice.setBackgroundResource(R.drawable.bg_round_corner_10_881609)
|
binding.tvPrice.setBackgroundResource(R.drawable.bg_round_corner_10_881609)
|
||||||
} else {
|
} else {
|
||||||
binding.tvPrice.text = "무료"
|
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()) {
|
if (item.tags.isNotEmpty()) {
|
||||||
|
|
|
@ -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>
|
|
Loading…
Reference in New Issue