고객센터

- 카테고리 배경색, dropdown 아이콘 변경
This commit is contained in:
2025-03-22 05:03:12 +09:00
parent 3b3327be7b
commit 4445a745bf
4 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ class FaqCategoryAdapter(
viewHolder.tvCategory.text = item
viewHolder.tvCategory.setBackgroundResource(
if (item == selectedCategory) {
R.drawable.bg_round_corner_4_7_9970ff
R.drawable.bg_round_corner_4_7_3bb9f1
} else {
R.drawable.bg_round_corner_4_7_222222
}