2

I create app for J2ME with LWUIT library.

I checked on 240x320 display size phones it works beautiful and then checked on 176x220 that shows badly theme.

I think this happen is for Margin Style that I used in codes and theme.

How can I create a project with 176x220 size or bigger than 240x320?

I found Display.DENSITY_VERY_LOW but how to use it?

Mat
  • 202,337
  • 40
  • 393
  • 406
H.Rafiee
  • 358
  • 1
  • 9

1 Answers1

1

You need to specify the margin in millimeters instead of pixels in the designer tool.

Shai Almog
  • 51,749
  • 5
  • 35
  • 65