不支持低于320x480分辨率的正确方法是什么
我正在为我的应用程序创建布局,据我了解,上述屏幕分辨率是阈值分辨率,低于它的设备极其罕见或太便宜,我如何检测不符合此分辨率的设备
I am creating layouts for my app, and as I understand the above screen resolution is the threshold resolution and devices below it are extremely rare or too cheap, how can I detect a device which does not comply with this resolution
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在清单文件中使用此元素
<屏幕 android:screenSize=["小" | “正常”| “大”| "xlarge"]
小屏幕至少为 426dp x 320dp
Use this element in the Manifest file
<screen android:screenSize=["small" | "normal" | "large" | "xlarge"]
small screens are at least 426dp x 320dp