【发布时间】:2018-04-17 05:31:17
【问题描述】:
我想从 textfield 中删除不必要的 underline。我正在使用 Titanium SDK 7.0.2.GA
TextField 没有诸如“underlineColorAndroid”之类的属性。
有人遇到过这个问题吗?帮助。
【问题讨论】:
标签: javascript appcelerator appcelerator-titanium appcelerator-mobile
我想从 textfield 中删除不必要的 underline。我正在使用 Titanium SDK 7.0.2.GA
TextField 没有诸如“underlineColorAndroid”之类的属性。
有人遇到过这个问题吗?帮助。
【问题讨论】:
标签: javascript appcelerator appcelerator-titanium appcelerator-mobile
设置backgroundColor:transparent 以删除该边框。
【讨论】: