In reference to these questions:
Adding gradient effect to TextView in a ListView generates NPE
How to change color and font on ListView
I would like to know how to go about setting the background of a TextView
in a ListView
with gradient effect?
In one of the questions above, I ended up having the gradient effect added to the text in the TextView
. And after skimming through the second question, it seems I can add only fixed background colors.
How do I go about adding gradient to the background?
Should I make a CustomListAdapter
?