How tabgroup can be customize ?

You must Login before you can answer or comment on any questions.

Please I need customize the tabgroup like this image ![alt text](https://dl.dropbox.com/u/60694408/tabs.png "Title") I tried but I could not

var tab1 = Titanium.UI.createTab({
icon:'1.png', title:'Tab 1', backgroundColor: '#f2f2f2', borderColor: '#969696', borderRadius: 20, height: 65, backgroundImage: 'tab_bg.png', window: win1 });

1 Answer

Accepted Answer

Hi just programmer,

for that you can do it like

1) Hide tabbar

2) take one view for taking 4 tabs(buttons), set backgroundImage as you post screen shot.

3)take 4 buttons with image transparent image and put it on view as tab.

4) manage 4 views, for each button click event..hide/show the views. and also change the view backgroundImage as per your button clicked..

so this way to can create custom tabGroup.

Your Answer

This question has been locked and cannot accept new answers.