mirror of
https://github.com/readrops/Readrops.git
synced 2025-01-23 07:21:52 +01:00
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.itemTitle,
|
||||
binding.itemImage,
|
||||
binding.itemReadtime
|
||||
binding.itemReadtimeLayout
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user