Android:拉伸文本以使字母填满设备屏幕
我正在尝试拉伸文本,以便给定的字符串填充整个屏幕。我知道如何使 TextView 对象填充屏幕,但无法让实际的字母执行相同的操作。谁能建议一种方法来做到这一点?
I'm trying to stretch text so that a given string fills the entire screen. I know how to make the TextView object fill the screen, but can't get the actual letters to do the same. Can anyone suggest a way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果这是一些静态文本,您可以手动拉伸它,
您可以缩放它并检查代码中的单词是否分成两行。
If that is some static text you could just strech it manually
you could scale that and check if the words break into two lines in your code.
使用网络视图。使用此格式设置文本(html 样式):
Use a Webview. Format the text using this (html style):