athi_joy
5 years agoStreaming Star
Markupgrid item spacing issue
Hi All,
I am trying to create a top menu tab using a markup grid. I am facing a problem with space between items.
top tabs are included All Movies Originals, Live Tv More and Plan. The space between All to Movies, movies to Originals .. is different. i want the space between each item to be constant. How can I solve this difference?
<MarkupGrid id = "topMenuTab" visible="true" translation="[302,70]" itemComponentName = "TopMenuItemTemplateCategory" numColumns ="6" itemSpacing="[20,20]"rowHeights="[32]" numRows="1" itemSize ="[100,32]" drawFocusFeedback ="false" />
in TopMenuItemTemplateCategory.xml I'm displaying only label content
<Label
id="catName"
height="32"
visible="false"
color="#ffffff"/>