Search code examples
javascriptappceleratorappcelerator-titaniumappcelerator-mobile

Remove unnecessary bottom border in Android using Appcelerator Titanium


I want to remove unnecessary underline from textfield. I am using Titanium SDK 7.0.2.GA

There are no properties of TextField such as "underlineColorAndroid" or something related.

Did someone face this problem? Help.

enter image description here


Solution

  • Set backgroundColor:transparent to remove that border.