Hello,
I'm trying to mimic the legacy layout of some options list which can be seen on Nokia phones. I'm concentrating on Nokia 6103.
Some of the menus have a layout like this:
Items are shown bold, values using normal font.Code:+-------------+ |Item name | | value| |Other item | | value2| +-------------+
I was trying to achieve such a result with lcdui.List class, but no success.
Partially I was able to setFitPolicy(Choice.TEXT_WRAP_ON) and use "Item name\nvalue" but it is not what I wanted.
Could you give me some hints how to do this? Or it is simply impossible?
Tomasz

Reply With Quote

