使用 Appcelerator Titanium 删除 Android 中不必要的底部边框
Remove unnecessary bottom border in Android using Appcelerator Titanium
我想从 textfield 中删除不必要的 下划线。我正在使用 Titanium SDK 7.0.2.GA
没有 TextField 的属性,例如“underlineColorAndroid”或其他相关内容。
有人遇到过这个问题吗?帮助。
设置 backgroundColor:transparent
以删除该边框。
我想从 textfield 中删除不必要的 下划线。我正在使用 Titanium SDK 7.0.2.GA
没有 TextField 的属性,例如“underlineColorAndroid”或其他相关内容。
有人遇到过这个问题吗?帮助。
设置 backgroundColor:transparent
以删除该边框。