I have a alertbox as follows,
var dialog = Ti.UI.createAlertDialog({ buttonNames: ["Yes","No"], message: "Do you want to close this alert?", title: '' }); dialog.show();
I want the Yes button on the left and the No button on the right side.
Works fine on iOS. Doesn't work on some android devices(eg. Samsung Galaxy Tab 7.7).