andreluizreis
7/12/2017 - 3:58 PM

Transparent background. Font: https://stackoverflow.com/questions/3402787/how-to-have-a-transparent-imagebutton-android ||| https://stackov

// Better with ripple effect
android:background="?android:selectableItemBackground"

OR

android:background="?attr/selectableItemBackgroundBorderless"

// Ripple effect will not work with @null
android:background="@null"