gpt4 book ai didi

galaxy s3 的 Android list

转载 作者:行者123 更新时间:2023-11-29 00:30:04 24 4
gpt4 key购买 nike

我已经上传了我的游戏,目前支持两种分辨率 1280x800 和 1280x720。现在我已经在下面给出了 list

<supports-screens
android:xlargeScreens="true"
android:requiresSmallestWidthDp="600"
/>

<compatible-screens>
<!-- all small size screens -->
<screen android:screenSize="normal" android:screenDensity="hdpi" />
<!-- all normal size screens -->
<screen android:screenSize="xlarge" android:screenDensity="mdpi" />

</compatible-screens>

但我的应用程序仍然在 galaxy 10"中显示,但在 galaxy s3 中不显示。

我引用了http://developer.android.com/guide/practices/screens_support.html#DeclaringTabletLayouts

720dp: a 10” tablet (720x1280 mdpi, 800x1280 mdpi, etc).

请让我知道我在哪里犯了错误。

最佳答案

android:largeScreens=["真"| "false"] 在 list 文件中将此设置为 true

http://developer.android.com/guide/topics/manifest/supports-screens-element.html

Samsung Galaxy s3 采用大屏幕。我猜屏幕尺寸是 4.​​8 英寸。

http://developer.android.com/guide/practices/screens_support.html#DensityConsiderations .

关于galaxy s3 的 Android list ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16317404/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com