从清单文件更改应用程序窗口大小
我想在小屏幕设备上测试应用程序,但我只有三星 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您在平板电脑上查看应用程序并愿意获得小屏幕尺寸视图,您可能还需要添加以下属性:
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 :