gpt4 book ai didi

android - 在android中删除图像的白色背景

转载 作者:行者123 更新时间:2023-11-29 17:43:29 25 4
gpt4 key购买 nike

我在 android 的框架布局中添加了一个内部图像。但问题是我得到了一个白色背景。我需要删除那个白色背景。任何帮助将不胜感激......

截图如下

enter image description here

xml文件如下

<?xml version="1.0" encoding="UTF-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent">

<ImageView
android:id="@+id/imageView"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:scaleType="center"
/>

<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="left"
android:background="@null"
android:maxWidth="-5dp"
android:maxHeight="-5dp"
android:src="@drawable/driveimg"
/>

</FrameLayout>

最佳答案

您可以将背景设置为空 (android:background="@null") 或使用透明颜色 (android:background="@android:color/transparent")

关于android - 在android中删除图像的白色背景,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27778512/

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