Effect of transparency on components

0

How can I use the transparency effect in my components such as a button or a textview?

    
asked by anonymous 29.03.2017 / 00:45

1 answer

0

try adding this attribute on your

button
android:background="@android:color/transparent"
    
29.03.2017 / 01:21