Android Question Notification1.Icon can be changed to custom icon ?

little3399

Active Member
Licensed User
Longtime User
Hi,
Does the notification's icon can be changed to custom icon ? just like this ....

upload_2014-6-12_18-10-12.png
 

mangojack

Expert
Licensed User
Longtime User
Yes .. copy your custom icon to your app projects Objects\res\drawable\ folder and set to READ-ONLY !!.

then if your icon is called .. " myicon.png " then

B4X:
 Notification1.Icon = "myicon"
 
Last edited:
Upvote 0
Top