On Sun, Oct 10, 2010 at 10:28 PM, Elias MÃ¥rtenson <loke...@gmail.com> wrote:
> What I'm doing is that I'm putting a HorizontalScrollView that
> contains a series of ImageView instances inside a ListView row.

Generally speaking, scrollable things inside of scrollable things do
not work well in Android.

> The
> ListView can have tens up to maybe 100 rows, but only one of the rows
> (the first one) contain the HorizontalScrollView. Essentially, the
> first ron contains the description and a horizontally scrollable list
> of photos, and the remaining rows are people's comments to it.

Why not have it outside of the ListView? You could even arrange to
hide it (setVisibility(View.GONE)) at some point, if you want to free
up more real estate for the ListView.

There may be solution for your HorizontalScrollView problem, but I am
not hopeful (smells like a bug in the widget), so I'm offering this as
another avenue for you to consider.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 3.1 Available!

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