Transparency effect on components

Asked

Viewed 50 times

0

How to use the transparency effect on my components such as a button or a textview?

  • could place the image of a button with and without this effect in the question?

  • android:alpha="1" 1 = 100%

  • Was that right there worth Luc

1 answer

0

try adding this attribute to your button

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

Browser other questions tagged

You are not signed in. Login or sign up in order to post.