更详细:https://www.jianshu.com/p/86401823c657
解决办法
在AndroidManifest.xml中的<application>标签内部添加如下代码即可:
<meta-data
android:name="android.max_aspect"
android:value="2.1" />
更详细:https://www.jianshu.com/p/86401823c657
<meta-data
android:name="android.max_aspect"
android:value="2.1" />
本文标题:Android大屏幕机器上显示不满屏
本文链接:https://www.haomeiwen.com/subject/fwlzqltx.html
网友评论