I have  a ViewGroup with three  children which are Views containing
bitmaps.  Two of the children are to the left and right (off screen)
and one child is in the middle of the screen and visible.  It is like
a gallery, but my own flavor.

When the user is dragging left or right, the ViewGroup tells each of
the children, scrollBy( x, 0 ).  This seems to work great for
scrolling left to right.  However, when going right to left, the left
side of the bmp gets clipped.

I have added the following code in View group, after the children have
been added, but to no effect.  Can anyone help?
       setClipChildren(false);
       setClipToPadding(false);


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