Search code examples
androidlistview

Overeposed image menu in Android


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!

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.