I've got a problem, using gradient in background for listview's items inside fragment activity (using ABS).
So, first of all I've got a background, that is succesfully using in other application. It has a gradient from (r = g = b = 91) to (r = g = b = 81).
And thats how it looks in simple activity:
And thats how it looks inside fragment activity:
At first I think that it is very big gradient and I did a gradient only for 2 points, from (r = g = b = 80) to (r = g = b = 78).
And thats what I gоt:
I'm still want to use gradients in listview's items backgrounds in order items not seemed to be plane.
So, why I'm getting such terrible image, using gradient in backgrounds for listview items inside fragment?