Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding text to a notification icon

I want to make a notification icon with text over it, to show for example the percent battery remaining. Is there a way to do that that doesn't involve 100+ separate icons?

I've looked all over but couldn't find a way.

Thanks

like image 563
yedidyak Avatar asked Nov 13 '22 15:11

yedidyak


1 Answers

100+ separate icons unfortunately. Because of security reasons android only accepts resource IDs that also must not be custom resource type.

Would be happy to know if I'm wrong though.

like image 171
aragaer Avatar answered Nov 15 '22 05:11

aragaer