replaced image selector drawable + fake rename
This commit is contained in:
parent
c26ec18ec0
commit
79263b3355
|
|
@ -214,7 +214,7 @@ public class ImageGridAdapter extends BaseAdapter {
|
|||
indicator.setVisibility(View.VISIBLE);
|
||||
if (mSelectedImages.contains(data)) {
|
||||
// 设置选中状态
|
||||
indicator.setImageResource(R.drawable.mis_checked_button);
|
||||
indicator.setImageResource(R.drawable.mis_checked_button2);
|
||||
// mask.setVisibility(View.VISIBLE);
|
||||
} else {
|
||||
// 未选择
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 963 B |
Binary file not shown.
|
After Width: | Height: | Size: 959 B |
Loading…
Reference in New Issue