【发布时间】:2015-09-26 19:57:27
【问题描述】:
我需要为我的按钮设置透明背景,但只有背景,而不是所有按钮。 我试过了:
android:background=""
android:background="null"
并且背景更改为透明,但出现错误:
Error: String types not allowed (at 'background' with value '').
【问题讨论】:
-
android:background="#AARRGGBB"其中 AA 是您的 Alpha 通道。将此设置为00以使其透明。 -
马特·克拉克 +1 , android:background ="#00000000"
标签: android button android-button android-attributes