Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Photoshop 中创建了圆形按钮。当我将它保存在 Photoshop 中时,我删除了按钮后面的背景框。当我用photoviewer打开它时,没有任何背景,只有一个圆圈。但是当我将 ImageButton 放入 Android 时,就会出现一个白框。如何删除按钮后面的这个框?
它可能是默认背景。尝试将android:background属性设置为透明。
android:background
android:background="@android:color/transparent"