Skip to content

Commit

Permalink
fix list item background color - image
Browse files Browse the repository at this point in the history
fix for DefaultImageListAdapter
  • Loading branch information
SlaVcE14 committed Jul 22, 2023
1 parent 5d0bf64 commit e7dbf30
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public void onBindViewHolder(@NonNull ViewHolder holder, int position) {
private void setBackground(@NonNull ViewHolder holder, int position) {
if (!isSelectable) {
setItemResource(holder, itemBgRes);
setItemColor(holder,listItemBgColor);
return;
}

Expand Down

0 comments on commit e7dbf30

Please sign in to comment.