我的资源文件夹中有一个位图资源:
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/logo"
android:padding="10dp"
android:antialias="true"
android:tileMode="clamp"
android:gravity="center"/>
当它添加到页面时,它会添加黑色背景颜色。是否可以删除它并允许透明度或按十六进制设置背景颜色?
答案 0 :(得分:0)
您不必设置额外的背景来设置位图透明。 您的问题可能是您的徽标本身。
请检查您的图片是否透明或页面背景是否为黑色。