从清单文件更改应用程序窗口大小

发布于 2024-11-25 00:48:01 字数 272 浏览 1 评论 0原文

我想在小屏幕设备上测试应用程序,但我只有三星 Galaxy 标签。所以我认为添加

<supports-screens android:smallScreens="true"></supports-screens>

到清单中会减小窗口大小。但这不起作用!我什至尝试将对大屏幕和普通屏幕的支持设置为 false 但徒劳。因此,我必须在主活动的 onCreate 中更改应用程序的窗口大小。但我想知道为什么清单中的上述行不会对窗口进行任何更改?

I want to test an app on a smallscreen device but all I have is a Samsung Galaxy tab. So I thought adding

<supports-screens android:smallScreens="true"></supports-screens>

to the manifest will decrease the window size. But it doesnt work! I even tried setting support for large and normal screens to false but in vain. So I had to change the app's window size within the onCreate of the main activity. But I want to know why wont the above line in the manifest make any change to the window?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

饮湿 2024-12-02 00:48:01

如果您在平板电脑上查看应用程序并愿意获得小屏幕尺寸视图,您可能还需要添加以下属性:

android:xlargeScreens="false"

If you are viewing the app on Tablet and willing to get the small screen size view, you may also need to add this attributes :

android:xlargeScreens="false"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文