고객센터

- 카테고리 배경색, dropdown 아이콘 변경
This commit is contained in:
klaus 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.text = item
viewHolder.tvCategory.setBackgroundResource( viewHolder.tvCategory.setBackgroundResource(
if (item == selectedCategory) { if (item == selectedCategory) {
R.drawable.bg_round_corner_4_7_9970ff R.drawable.bg_round_corner_4_7_3bb9f1
} else { } else {
R.drawable.bg_round_corner_4_7_222222 R.drawable.bg_round_corner_4_7_222222
} }

BIN
app/src/main/res/drawable-xxhdpi/btn_dropdown_down.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 291 B

After

Width:  |  Height:  |  Size: 527 B

BIN
app/src/main/res/drawable-xxhdpi/btn_dropdown_up.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 276 B

After

Width:  |  Height:  |  Size: 526 B

View File

@ -19,7 +19,7 @@
android:layout_marginHorizontal="6.7dp" android:layout_marginHorizontal="6.7dp"
android:fontFamily="@font/gmarket_sans_bold" android:fontFamily="@font/gmarket_sans_bold"
android:text="Q" android:text="Q"
android:textColor="@color/color_9970ff" android:textColor="@color/color_3bb9f1"
android:textSize="13.3sp" /> android:textSize="13.3sp" />
<TextView <TextView
@ -70,7 +70,7 @@
android:layout_marginHorizontal="7.5dp" android:layout_marginHorizontal="7.5dp"
android:fontFamily="@font/gmarket_sans_bold" android:fontFamily="@font/gmarket_sans_bold"
android:text="A" android:text="A"
android:textColor="@color/color_9970ff" android:textColor="@color/color_3bb9f1"
android:textSize="13.3sp" /> android:textSize="13.3sp" />
<WebView <WebView