How to make button's color like glass's color in android/eclipse

前端 未结 3 1911
别跟我提以往
别跟我提以往 2021-02-06 19:04

Is it possible to make the button\'s background color like glass\'s color, on android/eclipse?..If so how? if not why?

Thanks for your time!...

3条回答
  •  借酒劲吻你
    2021-02-06 19:56

    Try to do this setting transparent background to button as

    android:background="@android:color/transparent"

提交回复
热议问题