如何在 Titan 中为 Android 应用程序禁用表视图行选择?在 iphone 中可以通过
selectionStyle:Titanium.UI.iPhone.TableViewCellSelectionStyle.NONE
在android中我试过了
Titanium.UI.createTableView({ allowsSelection: false }); and
row.selectionStyle = 'none';
但它不起作用..如果有人有解决方案,请帮助它将非常感激。