Hi, can someone tell me if I can change the activity animation by
applying a theme?

    <style name="Animation.Activity">
        <item name="activityOpenEnterAnimation">@anim/task_open_enter</
item>
        <item name="activityOpenExitAnimation">@anim/task_open_exit</
item>
        <item name="activityCloseEnterAnimation">@anim/
task_close_enter</item>
        <item name="activityCloseExitAnimation">@anim/task_close_exit</
item>
        <item name="taskOpenEnterAnimation">@anim/task_open_enter</
item>
        <item name="taskOpenExitAnimation">@anim/task_open_exit</item>
        <item name="taskCloseEnterAnimation">@anim/task_close_enter</
item>
        <item name="taskCloseExitAnimation">@anim/task_close_exit</
item>
        <item name="taskToFrontEnterAnimation">@anim/task_open_enter</
item>
        <item name="taskToFrontExitAnimation">@anim/task_open_exit</
item>
        <item name="taskToBackEnterAnimation">@anim/task_close_enter</
item>
        <item name="taskToBackExitAnimation">@anim/task_close_exit</
item>
    </style>

I know the change will not be global, but is it even possible to make
the change to be applied within my own app? For example, if i have an
app that does not want to standard slide in/out animation on start/
exit, is it possible to change them?

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