|
@@ -23,7 +23,7 @@ class ReviewResultDetailAdapter(override val layoutId: Int = R.layout.item_revie
|
|
|
subdimensionalDetailAdapter.setData(item.list)
|
|
subdimensionalDetailAdapter.setData(item.list)
|
|
|
}
|
|
}
|
|
|
if (position % 2 == 0) {
|
|
if (position % 2 == 0) {
|
|
|
- binding.detailLayout.setBackgroundResource(R.drawable.bg_evaluation_result)
|
|
|
|
|
|
|
+ binding.detailLayout.setBackgroundResource(R.color.color_FFCFD9FF)
|
|
|
} else {
|
|
} else {
|
|
|
binding.detailLayout.setBackgroundResource(R.color.transparent)
|
|
binding.detailLayout.setBackgroundResource(R.color.transparent)
|
|
|
}
|
|
}
|