EDIT: Solved I am developing on a Samsung Galaxy Tab 10.1, which has some version of TouchWiz. I tried my application on a device running stock android 3.x and it faded the items correctly.
Original Post:
I am wondering why my ListView is not fading the top or bottom of my list. I have a feeling that because I have made a custom ListItem, that it ignores any fading that the ListView is trying to do.
I have tried:
- manually setting fading edge to
verticalfor moth theListItemand theListView - setting the fading edge length to some value to see if it was defaulting to 0 for some reason.
Is there something I need to implement in my ListItem to allow it to fade properly? Here is a picture of my ListItem. It has a 9-patch background image, a few TextViews, and a ProgressBar. Some of the TextViews have a custom font applied to them in code.

Solved: I am developing on a Samsung Galaxy Tab 10.1, which has some version of TouchWiz. I tried my application on a device running stock android 3.x and it faded the items correctly.