Fix the alpha no being applied to the read time icon in the item layout
This commit is contained in:
parent
5813025b1b
commit
46bde0cda9
@ -280,7 +280,7 @@ public class MainItemListAdapter extends PagedListAdapter<ItemWithFeed, MainItem
|
|||||||
binding.itemDescription,
|
binding.itemDescription,
|
||||||
binding.itemTitle,
|
binding.itemTitle,
|
||||||
binding.itemImage,
|
binding.itemImage,
|
||||||
binding.itemReadtime
|
binding.itemReadtimeLayout
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user