Problems with the text listview above the icons

0

This happens on Android and IOS.

When the store name or store name is too large, the text is over the image. And the client wants the image on the right side, and on the left side I do not have this problem with the images.

Text is aligned with Leading and Trimming = Character .

    
asked by anonymous 27.11.2014 / 15:19

1 answer

1

Problem solved !!!

As this listview I was not using the property Acessory , only the icons and the text, I decided to put the property as Visible = true , and I took the opacity Opacity = 0 , with that the text has shrunk and is respecting the limit of the icons.

    
27.11.2014 / 18:28