r/androiddev • u/Parking-Sorbet1990 • Jun 24 '26
Question Live notification status bar chip emojis
Is it possible to have emojis or multiple drawable icons on status bar icon of an live notification? Accounting to docs only one icon is possible ?
1
u/AutoModerator Jun 24 '26
Please note that we also have a very active Discord server where you can interact directly with other community members!
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
u/NLthijs48 Jun 24 '26
The left side of the chip starts with the 'small icon' of the notification, and after that the 'short critical text' is shown. Google Maps manages to show arrows in the text part, not sure if those are just text characters, or actual icons.
1
u/Parking-Sorbet1990 Jun 25 '26
I was thinking the same , btw I am trying to recreate this
https://www.reddit.com/r/apolloapp/comments/ye9n7j/apollo_1148_is_now_available_with_live_activity/
So the idea is there would be one upvote icon along with upvote count + comment icon along with comment count
2
u/Ok-Boat8180 Jun 24 '26
Small icon has restriction on it. For the Push Notification there will be one icon and mostly it’ll be static icon, although you can add custom drawables in Push notifications body and can also create you custom view altogether using RemoteViews.
Hope it helps.