|
@@ -41,7 +41,6 @@ public class BookMarkListViewHolder extends BookMarkListView {
|
|
|
|
|
|
|
|
if (null != bean) {
|
|
if (null != bean) {
|
|
|
Glide.with(imageViewBookMark).load(bean.getImageUrl()).into(imageViewBookMark);
|
|
Glide.with(imageViewBookMark).load(bean.getImageUrl()).into(imageViewBookMark);
|
|
|
- imageViewBookMark.setImageDrawable(itemView.getResources().getDrawable(R.drawable.mymain_bucket_banner_1));
|
|
|
|
|
textViewBookMarkTitle.setText(bean.getTitle());
|
|
textViewBookMarkTitle.setText(bean.getTitle());
|
|
|
checkBoxBookMark.setChecked(true);
|
|
checkBoxBookMark.setChecked(true);
|
|
|
}
|
|
}
|