gpt4 book ai didi

android - 为什么我的图像在横向模式下消失了?

转载 作者:太空狗 更新时间:2023-10-29 13:40:26 29 4
gpt4 key购买 nike

我有一幅肖像模式的图像,可以正确显示。当我将配置更改为横向时,图像不显示。

请注意,包含 ImageViewLinearLayout 显示正确(我通过更改背景检查了它)。但是当我更改 ImageView 的背景时,背景也没有显示。

   <LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:padding="10dp" android:layout_weight="3">
<ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center_vertical" android:minHeight="48dp" android:minWidth="48dp" android:src="@drawable/xyz" android:id="@+id/img"/>

最佳答案

您是否为肖像和风景指定了不同的文件?即,您在布局文件夹和 layout-land 文件夹中是否有同名的布局文件?如果是这样,请确保这两个文件都包含 ImageView。

关于android - 为什么我的图像在横向模式下消失了?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6497064/

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