Do you know if it is possible to achieve a listview with this kind of layout?
If so, how should I have to proceed? I have the card image for separated and I would like the text to be dynamic (gradient text with white shadow)
Thanks!

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.
Yup its definitely possible. Just set the listview row layout to have a background drawable (png) of the card background.
The text is a little trickier. This library can help you create gradient text – https://github.com/koush/Widgets.
Then you should also be able to set the shadow color, size and offset of the GradientTextView.