Android 屏幕配置限定符 - 如何同时设置最小宽度和最小高度?
Android screen configuration qualifier - How to set both minimum width and minimum height?
Table this 页的 2 描述了配置限定符名称,可用作目录名称以指定目录中的值生效所需的最小屏幕宽度或最小屏幕高度。
例如,w720dp
要求设备在当前方向至少有 720dp 的宽度才能使值生效,而 h720dp
要求至少 720dp 的高度可用。
有什么方法可以在配置限定符中同时指定最小高度和最小宽度?
Is there any way I can specify both the minimum height and the minimum width in the configuration qualifier?
使用-w720dp-h720dp
.
Table this 页的 2 描述了配置限定符名称,可用作目录名称以指定目录中的值生效所需的最小屏幕宽度或最小屏幕高度。
例如,w720dp
要求设备在当前方向至少有 720dp 的宽度才能使值生效,而 h720dp
要求至少 720dp 的高度可用。
有什么方法可以在配置限定符中同时指定最小高度和最小宽度?
Is there any way I can specify both the minimum height and the minimum width in the configuration qualifier?
使用-w720dp-h720dp
.