I have designed a layout to contain a listview inside a scrollview, and have set fillViewPort of scrollview to true. So, when listview's height is gerater than scrollview's visible height, scrollbars show-up and the listview can be scrolled up and down.
Everything works fine on emulator and device running eclair(2.1).
But, when i run the same on device running gingerbread, scrollbars disappear after a few seconds(2, or 3 seconds).
Same behaviour I observed in AVD based on API version 8, but not 7 and below.
Is there anything I'm missing here that is causing this issue?