动画---怎样把Button或者ImageButton的背景设为透明或者半透明
怎样把Button或者ImageButton的背景设为透明或者半透明
半透明<Button android:background="#e0000000" ... />
透明<Button android:background="#00000000" ... />
发布时间: 2012-09-08 10:48:07 作者: rapoo
动画---怎样把Button或者ImageButton的背景设为透明或者半透明
怎样把Button或者ImageButton的背景设为透明或者半透明
半透明<Button android:background="#e0000000" ... />
透明<Button android:background="#00000000" ... />