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!
src="https://i.stack.imgur.com/CAUgw.png" alt="enter image description here">
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
Answer Checked By - Marilyn (JavaFixing Volunteer)