gpt4 book ai didi

titanium-mobile - 钛文本字段边框样式为无Android

转载 作者:行者123 更新时间:2023-12-04 23:05:52 25 4
gpt4 key购买 nike

我需要删除文本字段的边框。
Titanium 文本字段的默认边框样式为 Titanium.UI.INPUT_BORDERSTYLE_NONE .但它默认仅适用于 iPhone。
我也转了borderColor = 'white' ,这是我的背景颜色。但不起作用。
任何解决方案?

最佳答案

您只需设置 backgroundColor 即可完成此操作。你的 textField 的属性。您可以将其设置为 whitetransparent
enter image description here

这是一个例子

var txtSome = Ti.UI.createTextField({
hintText : 'My hint text',
width : '75%',
top : '5%',
backgroundColor : 'transparent'//or backgroundColor : 'white'
});

我知道为时已晚。但会帮助别人。

关于titanium-mobile - 钛文本字段边框样式为无Android,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12213870/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com