Transparent background. Font: https://stackoverflow.com/questions/3402787/how-to-have-a-transparent-imagebutton-android ||| https://stackoverflow.com/questions/30959610/apply-material-design-touch-ripple-to-imagebutton
// Better with ripple effect
android:background="?android:selectableItemBackground"
OR
android:background="?attr/selectableItemBackgroundBorderless"
// Ripple effect will not work with @null
android:background="@null"