gpt4 book ai didi

android - android中的屏幕兼容性问题

转载 作者:太空宇宙 更新时间:2023-11-03 13:29:18 26 4
gpt4 key购买 nike

我的应用程序有问题。我使用图像按钮创建了标签栏,当我在 480*800 hdpi 设备上运行应用程序时,标签栏图像显示完美当我在 240*320 设备上运行图像中的图像按钮显示不正确。我创建了可绘制文件夹并添加了图像

drawable
drawable-hdpi
drawable-ldpi
drawable-mdpi
drawable-xhdpi

最佳答案

尝试以下布局方案。我在 http://jamil.fluidsoul.net/2011/03/06/creating-android-applications-for-multiple-screen-sizes 找到.

Low density Small screens QVGA 240x320 (120dpi):

layout-small-ldpi (240x320)
layout-small-land-ldpi (320x240)

Low density Normal screens WVGA400 240x400 (x432) (120dpi):

layout-ldpi (240 x 400 )
layout-land-ldpi (400 x 240 )

Medium density Normal screens HVGA 320x480 (160dpi):

layout-mdpi (320 x 480 )
layout-land-mdpi (480 x 320 )

Medium density Large screens HVGA 320x480 (160dpi):

layout-large-mdpi (320 x 480 )
layout-large-land-mdpi (480 x 320)

Galaxy Tab ( 240 dpi ):

layout-large (600 x 1024)
layout-large-land (1024 x 600)

High density Normal screens WVGA800 480x800 (x854) (240 dpi):

layout-hdpi (480 x 800)
layout-land-hdpi (800 x 480)

Xoom (medium density large but 1280x800 res) (160 dpi):

layout-xlarge (800 x 1280)
layout-xlarge-land (1280 x 800)

如果图形布局中的结果显示与所有其他布局最匹配,您也将在原始设备中获得相同的输出。

关于android - android中的屏幕兼容性问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15354949/

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