text in status bar - possibly?
Moderator: Martin
text in status bar - possibly?
Currently show wheater as icon, possible show ex: "+12 C" ?
Re: text in status bar - possibly?
hi,
Android does not allow to show arbitrary information in the small notification icon that's usually displayed on the status bar so you'd have to show the +12 C either in the title or the text of the notification. A text like It's currently {temperature} should work, assuming that the variable temperature contains the text +12 C.
Regards,
Martin
Android does not allow to show arbitrary information in the small notification icon that's usually displayed on the status bar so you'd have to show the +12 C either in the title or the text of the notification. A text like It's currently {temperature} should work, assuming that the variable temperature contains the text +12 C.
Regards,
Martin