Commit 7bbae4c8 authored by 周文华's avatar 周文华

【调整】调整图片变更

parent 9ce778b8
...@@ -81,7 +81,7 @@ class WhatsappCleanDetailActivity : BaseActivity2() { ...@@ -81,7 +81,7 @@ class WhatsappCleanDetailActivity : BaseActivity2() {
} }
private fun updateView(isSelection: Boolean) { private fun updateView(isSelection: Boolean) {
binding.ivSelectAll.setImageResource(if (isSelectAll) R.mipmap.ic_check_s else R.mipmap.icon_all_photo_off) binding.ivSelectAll.setImageResource(if (isSelectAll) R.mipmap.ic_check_s else R.mipmap.ic_check_n)
binding.tvDelete.setBackgroundResource(if (isSelection) R.drawable.gradient_26 else R.drawable.btn_not_clickable) binding.tvDelete.setBackgroundResource(if (isSelection) R.drawable.gradient_26 else R.drawable.btn_not_clickable)
val value = Utils.getSizeArray(total) val value = Utils.getSizeArray(total)
binding.tvSize.text = value[0] binding.tvSize.text = value[0]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment