About Store Forum Documentation Contact



Post Reply 
custom Icon for android publishing app
Author Message
andrake Offline
Member

Post: #1
custom Icon for android publishing app
Greetings!
how can i set my own icon for apk application.
i try to set it from code

Image i;
File f;
f.read("hticon.ico");
i.ImportICO(f);
App.icon(i);

but it change icon only for win32 standalone app.
thank you
01-05-2014 03:53 PM
Find all posts by this user Quote this message in a reply
andrake Offline
Member

Post: #2
RE: custom Icon for android publishing app
ok i understood now: its from Esenthel Editor in Project settings.)))
01-05-2014 04:58 PM
Find all posts by this user Quote this message in a reply
Post Reply