如何减小 showAlertDialog 标题的字体大小?
如何减小 showAlertDialog 标题的字体大小?
How can I decrease the font size of the showAlertDialog title?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何减小 showAlertDialog 标题的字体大小?
How can I decrease the font size of the showAlertDialog title?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
一种(肮脏的)方法是覆盖 palm css 文件的 .dialog-title 类。但这会影响您应用程序的所有警报对话框。
一种
更好的方法是使用一个对话框模板:
请参阅 Palm 开发人员指南 了解更多信息。
A (dirty) way is to overwrite the .dialog-title class of the palm css file. But this affects all alert dialogs of your app.
}
A better way is to use your one dialog template with:
See Palm Developer Guide for more information.