>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.

What is the screen resolution on your device. If its less than "other
devices", then it will scroll

>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

Elastic whitespace is because, you may be putting any background image
for the listView. Either you can fixed the height of the listView or
create a custom listView

Nithin

On Aug 13, 6:23 am, John Seghers <jsegh...@cequint.com> wrote:
> 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