Set transparent background of an imageview on Android

You can set the background transparent of any layout, any view, or any component by adding this code in XML:

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

Leave a Comment