I want to add a gradient on the bottom of my image . Something like this :
You need two layers: An ImageView, and a View on top of that with your gradient as android:background. Put these two Views in a FrameLayout:
ImageView
View
android:background
FrameLayout