setting transparency to buttons in android

前端 未结 12 1091
悲&欢浪女
悲&欢浪女 2021-02-03 23:28

I want to make Buttons with different transparency levels in android.I have used \"@android:color/transparent\". But it makes the button 100% transparent. I need a

12条回答
  •  死守一世寂寞
    2021-02-04 00:02

    You can define your own "transparent" color in styles.xml and play with the alfa of the color, for example:

    #00000000
    #80000000
    

    EDIT: second one is 50% transparency

提交回复
热议问题