Sorry, custom application animations for windows are not currently supported. You can however run whatever animations you want on any views inside of a window.
On Apr 7, 11:39 am, Jackkk <[EMAIL PROTECTED]> wrote: > Hi! > > How do you set in the styles that on activity load the new window > moves in from right and when you finish the activity it fades out or > moves right? > > My style has defined this way: > > <?xml version="1.0" encoding="utf-8"?> > <resources> > <style name="CalculatorTheme"> > <item name="android:windowBackground">@drawable/back_loader</ > item> > <item name="android:windowNoTitle">true</item> > <item name="android:icon">@drawable/icon</item> > <item name="android:textColor">@color/DefaultText</item> > </style> > </resources> > > And activities are started using: > > Intent i = new Intent(this, scicalc.class); > startSubActivity(i,1); > > I can't find the parameter for setting this thing! > > Thanks in advance > > Jack --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

