[android-developers] Changing drawing order while animating

2009-03-19 Thread crazycat

Hi ,

Im trying to do a custom animation on two image views which are placed
one below the other (the object in the background is half visible and
half the size  compared to the object in the foreground ) . Now on
animation  , the visibilty and size of the images should be
swapped .i.e  the object in the foreground should now be my background
image  which should take the size and visibility of background
image .  How can we acheive this  ?


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



[android-developers] Re: Help with Gallery Widget

2009-02-26 Thread crazycat

Chris ,

Did you get a solution for ur second problem ?? i.e making the gallery
widget circular . Could you please post the solution


On Jan 3, 9:55 pm, Chris eo...@gmail.com wrote:
 Hello everyone,

 I have 2 problems
 - I want to scrollgalleryto a specific position by calling a
 function, but at the same time to see the animation of scrolling. I
 have tried the following but they don't seem to do the animation
 (although the ):
 # public void setSelection(int position, boolean animate) - it seems
 like not using the second parameter
 # public void setSelection(int position)
 both of the above methods are inherited from android.widget.AbsSpinner

 - How can i makeGallerywidgetcircular, so when i scroll to the end
 to continue from the beginning. Actually i don't want it to have an
 end. Is there any way to do that?

 Thanks in advance for your time,
 Chris

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