gpt4 book ai didi

android-layout - Android 资源使用 XHDPI, HDPI

转载 作者:行者123 更新时间:2023-11-29 00:38:49 27 4
gpt4 key购买 nike

所以我在这些目录中有以下文件:

res/drawable-hdpi/icon_logo.png
res/drawable-xhdpi/icon_logo.png

在我的 XHDPI 布局 res/layout-xlarge/main.xml 中,我在图像中引用了 icon_logo,但是显示的是 HDPI 分辨率 Assets 而不是 XHDPI Assets 。

<ImageView
android:layout_width="229.50dp"
android:layout_height="42.50dp"
android:layout_alignParentLeft="true"
android:layout_marginLeft="10dp"
android:layout_marginTop="13dp"
android:contentDescription="@string/cd_header_text"
android:src="@drawable/icon_logo" />

为什么会这样,在过去的一个小时里,我一直在用头撞墙试图解决这个问题。

附注我正在测试的平板电脑是运行 HoneyComb 3.2 的 Galaxy Tab 10.1

最佳答案

据我所知,Galaxy Tab 10.1 的 MDPI 屏幕与 Moto Xoom 相同,所以我的猜测是,如果您没有 MDPI 图标,资源管理器会使用下一个可用的图标,即 HDPI 图标?

关于android-layout - Android 资源使用 XHDPI, HDPI,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10897899/

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