How can i get rid of the shadow when I scroll ListView.
I have shadows appearing on top and bottom of the list.
|
How can i get rid of the shadow when I scroll I have shadows appearing on top and bottom of the list. |
||||
|
|
|
|||
|
|
Be sure to watch your padding on the ListView. I had a Linear Layout that was in shade at the top and bottom, this was because I had set padding on the layout above and below, so it is crucial that you look at the padding. |
||||
|
|