Hello,
I am porting an app to android from iOS and when I try to style a searchBar the app breaks with the message
Unfortunatelly AppName has stoppedThe code I am using is the following
var search = Titanium.UI.createSearchBar({ barColor : '#CCC', borderWidth : 0, borderColor: '#fff', showCancel : false, hintText : 'search producs' });When I remove borderWitdh and borderColor it works fine.
Any idea why?
Thanks