By xml using android:background="@android:color/transparent"
.
<ImageView
android:layout_width="100dp"
android:layout_height="100dp"
android:background="@android:color/transparent"
/>
By Code
view.setBackgroundColor(Color.TRANSPARENT)// orview.setBackgroundColor(ContextCompat.getColor(context, android.R.color.transparent))