application icon defined in CONFIG.TXT

Monkey Targets Forums/Android/application icon defined in CONFIG.TXT

Bladko(Posted 2011) [#1]
Can we add this option to CONFIG.TXT ?

it would be nice to have standard icon in data folder that application can use other then standard icon

this way it could be changed globally in monkey folder or locally for particular project


Loofadawg(Posted 2011) [#2]
Not quite what you are asking for but I did the following...

In the folders:

C:\monkey\targets\android\res\drawable-hdpi
C:\monkey\targets\android\res\drawable-mdpi
C:\monkey\targets\android\res\drawable-ldpi

I replaced "icon.png" with my own custom icon so that any new project I start on gets that one instead automatically. Below are my icons, for the respective folders.




therevills(Posted 2011) [#3]
this way it could be changed globally in monkey folder or locally for particular project.


It does this now... Loofadawg's way is to do it globally and when you build you Android project you need to alter the built files icons, then those icons will only be for that particular project.


AdamRedwoods(Posted 2011) [#4]
It should be local.

Also, you can dynamically add menu buttons to android, so you don't have to edit resource/delete/rebuild the file all the time.


Bladko(Posted 2011) [#5]
ok thanks i didn't know about this folder, its enough to change the files in res folder for each project after first build