Rename ic_hot in ic_kiosk_hot and improve getKioskIcon()
This commit is contained in:
parent
3dcd2468a2
commit
c27a26c0aa
11 changed files with 16 additions and 16 deletions
|
|
@ -47,7 +47,7 @@ enum class FeedGroupIcon(
|
|||
SHOPPING_CART(27, R.attr.ic_shopping_cart),
|
||||
WATCH_LATER(28, R.attr.ic_watch_later),
|
||||
WORK(29, R.attr.ic_work),
|
||||
HOT(30, R.attr.ic_hot),
|
||||
HOT(30, R.attr.ic_kiosk_hot),
|
||||
CHANNEL(31, R.attr.ic_channel),
|
||||
BOOKMARK(32, R.attr.ic_bookmark),
|
||||
PETS(33, R.attr.ic_pets),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue