Comment 8 for bug 1230153

Revision history for this message
Nekhelesh Ramananthan (nik90) wrote : Re: Return more fine-grained territorial divisions for city search results

Thanks Andrew. I will try different stuff when I get home. I will ListItem.Subtitled a shot, but however I am not that optimistic since most likely it will not match the designs for several reasons,

1. The left margin needs to be changed for the text (both title and subtitle) which cannot be done AFAIK.
2. The subtitle string will have a different color, font size

Infact, if you take a look at http://bazaar.launchpad.net/~ubuntu-clock-dev/ubuntu-clock-app/trunk/view/head:/clock/WorldClock.qml (lines 181 onwards), despite using a ListItem.Standard, I have had to add Labels {} to achieve the anchoring and sizing that design needs. My plan was to transistion them to ListItem.Base which allows this to be done.

That said I will test your solution. I appreciate your help.