Hi everybody,
I would like to know how put an icon in an xml TabStrip.
I have une commons TabStrip with two Tab and I would like to put an icon in each Tab but don't succed to do this.
<l:Grid defaultSpan="L12 M12" width="auto">
<l:content>
<c:TabStrip>
<c:tabs>
<c:Tab text ="text">
........................
</c:Tab>
</c:tabs>
</c:TabStrip>
</l:content>
</l:Grid>
It's impossible to put icon="sap-icon://multi-select" in the Tab after the text="text"
How do? An idea?
Thanks.
Ewen.