I was thinking more along these lines i.e. have  a bunch of buttons
that are added to the list item and then move these items on a gesture
by repainting the list item couple of times but I dont know if this
will work.

1. Have a  custom list item component which has linear layout of
buttons.
2. Listen to horizontal gesture events in a ListVIew
3. Animate the list view programmatically to move the buttons on a
horizontal gesture

If you have ideas for how to make this work without using a second
listview or horizontalscrollview , please suggest.

Thanks,
Sandy

On Jun 10, 6:06 am, Mark Murphy <mmur...@commonsware.com> wrote:
> Sandy wrote:
> > Actually the link I was referring to was horizontalscrollview within a
> > scrollview (NOT a listview like i mentioned below). Here it is:
>
> >http://stackoverflow.com/questions/2646028/android-horizontalscrollvi...
>
> > This will not work for me because the functionality I desire to have
> > is a vertical ListView with 100 list items and the selected item will
> > have few buttons (around 10) which can be scrolled horizontally.
>
> I will be stunned if a HorizontalScrollView will work in a ListView row.
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://github.com/commonsguyhttp://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