Categories | Question details Back To List | ||
set images in tabbar How to set images in tabbar?? I can't do .....pls thx Answer posted by Support on May 20, 2008 06:24 If you need set the images inside header labels - just use HTML inside tab label tabbar.addTab("a1","<img src='some' />","*") or, in case of loading from XML <tabbar> <row> <tab id="a1" width='200px'><![CDATA[ <img src='some' /> ]]></tab> |