actionbarextras icon indicating copy to clipboard operation
actionbarextras copied to clipboard

Titanium Android Native Module that exposes ActionBar features not exposed by the Titanium SDK

Results 12 actionbarextras issues
Sort by recently updated
recently updated
newest added

If anyone is using this library in production I'd like to add a section in the README with a link to the app in Google Play. @manumaticx, have you any...

var dropDownSelection; dropDownSelection = Alloy.Globals.abx.createDropdown({ titles : ["First", "Second", "Third", "Fourth"], color : "#fff" }); dropDownSelection.activeItem = 2; // bydefault set Third variable to be selected

bug