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!
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!
You can use Shape tag to create rounded corner Listview in drawable folder and you can set that shape tag file as background to your listview.
For more information on shape tag and all those stuff you can refer the following question.
and also refer the following blog
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.