TableView Cell Selection Customization for android

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

Hi,

I have been implementing tableview for android, and then I needed to disable the cell selection as

var row = Ti.UI.createTableViewRow({
                                selectedBackgroundColor : '#fff',
                                height:100,
 selectionStyle:Ti.UI.iPhone.TableViewCellSelectionStyle.NONE
    });
But it gave me error as NONE is not defined, according to code I guess it only work for iPhone. But then how to achieve this for android.

Any Help!!

Your Answer

Think you can help? Login to answer this question!