如何确定适合 Android 的字体大小?
我正在为 Android 移动设备开发一个应用程序。我正在使用 AVD 模拟器,一切似乎都很好,但后来我在真实设备(HTC Wildfire 240x320)上测试了它,文本显得太小了,我无法阅读。对于 android:textSize
我正在使用 sp 测量!我还尝试将模拟器的密度从 240 更改为 480 - 没有效果!
我缺少什么?
I'm developing an app for android mobile devices. I'm using the AVD emulator and everything seems to be fine, but then I tested it on real device(HTC Wildfire 240x320) and the text appears so small that I can not read it. For android:textSize
I'm using sp measure! I tried also to change the density of the emulator from 240 to 480 - no effect!
What am I missing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 “px”、“dp”之间有什么区别Android 上的“dip”和“sp”?
您的 HTC Wildfire 可能将用户首选项设置为非常小的文本。
According to What is the difference between "px", "dp", "dip" and "sp" on Android?
It's possible that your HTC Wildfire have a user preference set to very small text.