I wonder what would happen of you used RelativeLayout for the entire list
item.

--
Kostya Vasilyev -- http://kmansoft.wordpress.com

14.09.2010 23:04 пользователь "Mark Wyszomierski" <mar...@gmail.com>
написал:

A bit of additional information found through more testing - if I
restrict each of the textviews to be at most one line with the
following:

 android:maxLines="1"
 android:singleLine="true"

then it works fine (even with the background drawable set). If I let
any one of the text views go more than one line in height, the
exception will be thrown. It is thrown as soon as I start scrolling
(for example, even if I scroll very slowly, by one pixel). My list
adapter isn't getting called to fetch another view as all are on
screen at this point, it looks like some drawing state which happens
when the list is being animated maybe? I'm not sure what other
combinations I can try here in attributes on the text views, I was
hoping that setting:

 android:ellipsize="none"
 android:singleLine="false"

would get around whatever state it being hit, but no luck,

Thanks



On Sep 14, 11:29 am, Mark Wyszomierski <mar...@gmail.com> wrote:
> Cool I'll check out those facil...

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