parent
3b3327be7b
commit
4445a745bf
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 291 B After Width: | Height: | Size: 527 B |
Binary file not shown.
Before Width: | Height: | Size: 276 B After Width: | Height: | Size: 526 B |
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue