Issue
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!
Solution
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.
Answered By – athor
This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0