| | |
| | | if (!houseIdBean.isMove()) { |
| | | holder.houseSelectIv.setVisibility(View.VISIBLE); |
| | | holder.houseSelectIv.setBackground(null); |
| | | holder.homeNameTv.setTextColor(mContext.getColor(R.color.text_E6000000)); |
| | | if (houseIdBean.isState_select()) { |
| | | holder.homeNameTv.setTextColor(mContext.getColor(R.color.text_38C494)); |
| | | holder.houseSelectIv.setBackground(AppCompatResources.getDrawable(mContext, R.drawable.select)); |
| | | } |
| | | } else { |
| | | holder.homeNameTv.setTextColor(mContext.getColor(R.color.text_E6000000)); |
| | | holder.houseSelectIv.setVisibility(View.GONE); |
| | | } |
| | | |