gpt4 book ai didi

java - 如何在android studio中仅使用View Tag使用图像作为背景图像?

转载 作者:行者123 更新时间:2023-12-01 23:12:34 24 4
gpt4 key购买 nike

我需要在布局中显示图像,但仅使用 View 标签而不是android studio中的 ImageView 标签。但我已经使用背景标签来表示椭圆形?

最佳答案

我不知道您的用例,因为您没有发布任何代码。 ;-)删除实体以使椭圆形透明。将您想要在背景中的项目(椭圆形/图像)移动到第一个位置。为你的drawable.xml尝试这个xml:

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/ic_launcher_background"/>
<item>
<shape android:shape="oval">
<solid android:color="@color/colorAccent"/>
</shape>
</item>
</layer-list>

关于java - 如何在android studio中仅使用View Tag使用图像作为背景图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58367015/

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