Add shadows at the bottom of image
问题 How can I add a shadow over the image (right at the bottom) in order to have the title to be clearly visible. See the image below. 回答1: I wrote an application, which has the same effect. What I did is, I created a FrameLayout which has the ImageView and another View which has the same height of the ImageView. Then I add a transparent gradient background to the View . Example: Layout file: <FrameLayout android:layout_width="match_parent" android:layout_height="wrap_content"> <ImageView android