I'm developing a Tizen 2.3 mobile native app where I use a genlist where each item either has got a "groupindex" style or a "2line.top" style. I use the following tag on the texts to make sure long strings are fully visible:
<wrap=word><ellipsis=-1.0>Some Very Long Text, Sometimes 2 or 3 Lines Long</ellipsis></wrap>
It works just fine in the Tizen 2.3 emulator, with the wrapping occuring where it should, and the ellipsis are never used. However, on a real Samsung Z1 device (Tizen v2.3.0.1, build string "Z130HDDU0BOD7"), the first items of the genlist look incorrect, as shown on the following screen shots:
https://goo.gl/photos/2oYFq9sHeSMALqow9
The photo where it says the camera resolution is 3.1MP shows the app as it is running on the Z1 device. The other photo shows it as it is running in a 480x800 512MB RAM emulator. I would like it to look as it looks on the emulator shot.
The first item looks off even when it's not really the first item, e.g. when a "groupindex" item comes first and the "2line.top" item comes as second. And oddly no other items are wrong, only the first one with the style "2line.top" in the genlist.
Is there a workaround to get around this issue? Or can we expect a fix on the OS level? Or maybe I'm using the wrong trick on the genlist items to get the long strings wrapped? It would be awesome if there was an easier way to achieve that, e.g. by setting the genlist to automatically wrap all items.
Thanks,
Tamas