Hi, I tried to apply enter/exit animation to my activity using following style
<resources> <style name="VizioActivityAnimation" parent="android:style/ Animation.Activity"> <item name="android:activityOpenEnterAnimation">@anim/ launch_left_to_right</item> <item name="android:activityCloseExitAnimation">@anim/ close_right_to_left</item> </style> </resources> When i start my application the main activity is entering with animation but when i press back button its exiting without animation. please help !! Thanks and regards Mansoor -- 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