gpt4 book ai didi

java - 如何创建特定尺寸的android studio布局文件夹?获取无效配置时出错 '1080x2340'

转载 作者:行者123 更新时间:2023-12-02 09:19:42 24 4
gpt4 key购买 nike

我的应用程序 UI 不适合 1080x2340 分辨率的设备。我想创建一个布局文件夹来指定这些分辨率手机。我创建了布局文件夹layout-1080x2340,但我收到错误无效配置“1080x2340”。请帮助解决此问题。谢谢。

最佳答案

作为Android official guidelines支持的屏幕尺寸表示,您应该对宽度使用一个限定符以支持更高分辨率,并且只有在考虑高度时才可以添加高度限定符:

If the available height is a concern for you, then you can do the same using the "available height" qualifier. For example, layout-h600dp for screens with at least 600dp of screen height.

但是如果您坚持使用这两个限定符,您可以这样做(假设 600dp x 600dp):

layout-w600dp-h600dp

虽然不鼓励,但您也可以 restrict your screen support .

关于java - 如何创建特定尺寸的android studio布局文件夹?获取无效配置时出错 '1080x2340',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58771011/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com