Creating a ListView and setting the background color of a view in each row.
- by Tarmon
Hey Everyone,
I am trying to implement a ListView that is composed of rows that contain a View on the left followed by a TextView to the right of that. I want to be able to change the background color of the first View based on it's position in the ListView. Below is what I have at this point but it doesn't seem to due anything.
public class…