LWUIT 中的提示文本
在 LWUIT 中,某些组件(如 textField)具有提示属性。有没有办法改变这个文本的格式?
我需要修改字体和颜色。是否可以?
In LWUIT, some components (like the textField) have a hint property. Is there anyway to change this text´s format?
I need to modify font and color. Is it possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,这是可能的。提示 UIID 名称为
TextHint
。因此,您可以在 ResourceEdit 文件上的未选定样式上使用组件名称作为TextHint
。Yeah its possible. Hint UIID name is
TextHint
. So you can use Component name asTextHint
on Unselected style on ResourceEdit file.TextField字体和颜色更改代码:
TextField font and color changes code: