Re: [android-developers] Sub Acivity fly-in direction?
CyberQat wrote:
> Little question Ive been having difficulty finding an answer to.
>
> My current app flies ina sub activity when you flick-up. problem is,
> it flies in horizontally from the right. I want it to fly in
> vertically from the bottom to match the flick direction.
>
> I'm sure this must be an xml property somewhere, but I can't find it.
Actually, it is not. Users can determine if activity animations are
shown -- after that, it is under operating system control and behaves
the same for all activities.
Moreover, the animation changes in 2.0 to be a ScaleAnimation (e.g.,
zoom out from center on open).
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy
_The Busy Coder's Guide to *Advanced* Android Development_
Version 1.2 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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home