This is a prototype UI maded by photoshop, you can see there is a close icon on the left top of the view.

I wonder if there is any control in android can implement this? If not, how to make it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, You don’t have. To get this kind of UI you just need to crop all the images separately and Use
Adapterand inflate your custom layout.In your case you need to create close icon image, put it in a ImageView and align it wherever you want.