replaced image selector drawable + fake rename

This commit is contained in:
Ilia Kurtov 2016-09-02 19:45:16 +03:00
parent c26ec18ec0
commit 79263b3355
3 changed files with 1 additions and 1 deletions

View File

@ -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