标签: android photoshop
我在photoshop中创建了圆形按钮。当我将它保存在photoshop中时,我删除了背景框我的按钮背后的内容。当我用photoviewer打开它时,没有任何背景只有一个圆圈。但是当我把ImageButton放到Android中时,就会出现一个白色的盒子。如何删除按钮后面的这个框?
答案 0 :(得分:0)
它可能是默认背景。尝试将android:background属性设置为透明。
android:background
android:background="@android:color/transparent"