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
\"@android:color/transparent\"
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