Fix the alpha no being applied to the read time icon in the item layout

This commit is contained in:
Shinokuni 2019-10-06 15:57:51 +02:00
parent 5813025b1b
commit 46bde0cda9

View File

@ -280,7 +280,7 @@ public class MainItemListAdapter extends PagedListAdapter<ItemWithFeed, MainItem
binding.itemDescription,
binding.itemTitle,
binding.itemImage,
binding.itemReadtime
binding.itemReadtimeLayout
};
}