Please excuse the lack of imagery I'm trying to make my list view pop a little bit. One option i'm experimenting with is to add a gradient to the background of each list row. The gradient has three colors and by default resembles this structure:
-- (Start color)
|
|
-- (Center color)
|
|
-- (End color)
I want it to be more like this:
-- (Start color)
|
-- (Center color)
|
|
-- (Center color)
|
-- (End color)
The difference is that there is more of the center color in the middle and the gradient starts very close to the ends.
Can someone offer me some guidance?
Edit I'm trying to stay away from images as much as possible, though i'm not opposed to trying options with images.