横向模式下无法缩放?
当我在其他屏幕分辨率和纵向模式下的密度上设置某些视图重量或高度(以 dpi 为单位)时,缩放效果很好。但转为横向就不行了!
我可以为所有密度和分辨率制作资源文件,但这对我来说不是一个好的解决方案,因为我有很多布局。
我尝试将 anyDensity 设置为 false,使用 px 或 sp,关闭和打开屏幕分辨率。但什么也没发生。
还有其他解决方案吗?
感谢您的回复!
When i set to some view weight or height in dpi on others screen resolutions and densityes in portraint mode scaling work fine. But it don't work whet turn to lanscape!
I can make resources files for all densityes and resolution, but it not good solution for me beacause i have a lot of layouts.
I try to set anyDensity to false, use px or sp, turn off and on screen resolution. And nothing hapens.
There is an another solution to anything?
Thanks for replyes!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在创建固定 dpi 宽度和高度时,您是否遇到过糟糕的横向布局?
在 res 文件夹中创建 layout-land 文件夹。为您想要的所有屏幕(横向 dpi 尺寸)创建 xml 布局文件。
Are you experiencing bad landscape layout when creating fixed dpi widths and heights?
Create layout-land folder in the res folder. Create xml layout files for all the screens you would like to have in dpi dimensions for landscape.