I\'ve a image where i would like to add black transparent at bottom to show the text details. From the server i will get the normal images which i would like to convert it like
You can use alpha attribute
android:alpha="0.0" thats invisible android:alpha="0.5" see-through android:alpha="1.0" full visible