We're working with a pre-release device running V2.1_update1

We have a ListView in the middle of a screen with the height set to
wrap-content. On all other devices, as long as there is room on the
screen, this control does not scroll--or if it does scroll, it only
scrolls to the limits of the entries in the list.

On this new device, there is definitely room for the list so it should
not be scrolling at all, but the ListView scrolls and seems to have
elastic whitespace above and below (and separator lines above the top
item and below the bottom item).

Thus, when you drag down, the whole list scrolls down within the
limits of the view's bounds (i.e. it clips there) and then when you
release the drag, the list springs back up to its normal position.
This latter behavior makes it seem like there is deliberate code that
has been put in for this--but we certainly didn't do that.

What could cause this? Is there a setting that has defaulted one way
on this device that defaults opposite on other devices?

- John

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to