J2ME Polish Application icon defaulting
Asked Answered
S

2

21

I have a problem in a J2ME Polish app where basically we have 2 icons showing for the app (the menu icon and the in-app icon that shows up top).

If I compile with a single icon and set it in the build.xml file it loads it to both sides, although since the menu icon needs to be bigger than the in-app icon, the last one looks extremelly zoomed in.

When I do as stated in the docs and set the resources path in the build.xml with subdirectories on, if I only set a 24x24 icon, the in-app icon gets the new image but the menu icon doesn't. If I then set an icon and a 24x24 icon, it uses the other one as default for both areas.

Does anyone know how I can handle this?

PS: the test rig for this build is a Nokia N70, so if anyone knows the dimensions for the menu icon, I'd really appreciate the tip.

in the Nokia wiki, it states 24x24, but that's only for the in-app icon, not the menu one.

Scapegrace answered 8/8, 2012 at 17:5 Comment(2)
Have you tested this in emulator with different dimensions ?Fossil
sorry for late response, this was being tested on actual devices, emulator was working ok.Sassoon
J
1

Goncalo, you can visit the following site. It may help u.

Link

Jaborandi answered 17/7, 2013 at 6:0 Comment(0)
S
1

The screen size of the N70 is 176x208.

Stogner answered 4/11, 2013 at 20:22 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.