gpt4 book ai didi

android - 虚拟 ImageView 不显示图像

转载 作者:搜寻专家 更新时间:2023-11-01 08:44:45 24 4
gpt4 key购买 nike

它在 Android Studio 预览中显示图像,但当我在我的设备上运行时没有显示任何内容。为什么会发生这种情况的任何想法?我的代码有什么问题?

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/myimage" />

</RelativeLayout>

最佳答案

你的类是否扩展了Activity?尝试扩展 AppCompatActivity。我遇到了同样的问题,此解决方案解决了它。

关于android - 虚拟 ImageView 不显示图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29544503/

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