summaryrefslogtreecommitdiffstats
path: root/core/res/res/anim/activity_open_enter.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/res/res/anim/activity_open_enter.xml')
-rw-r--r--core/res/res/anim/activity_open_enter.xml30
1 files changed, 6 insertions, 24 deletions
diff --git a/core/res/res/anim/activity_open_enter.xml b/core/res/res/anim/activity_open_enter.xml
index a9ea381..49f346a 100644
--- a/core/res/res/anim/activity_open_enter.xml
+++ b/core/res/res/anim/activity_open_enter.xml
@@ -1,24 +1,6 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
-** Copyright 2009, The Android Open Source Project
-**
-** Licensed under the Apache License, Version 2.0 (the "License");
-** you may not use this file except in compliance with the License.
-** You may obtain a copy of the License at
-**
-** http://www.apache.org/licenses/LICENSE-2.0
-**
-** Unless required by applicable law or agreed to in writing, software
-** distributed under the License is distributed on an "AS IS" BASIS,
-** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-** See the License for the specific language governing permissions and
-** limitations under the License.
-*/
--->
-
-<set xmlns:android="http://schemas.android.com/apk/res/android"
- android:interpolator="@anim/decelerate_interpolator">
- <translate android:fromXDelta="33%" android:toXDelta="0"
- android:duration="@android:integer/config_shortAnimTime"/>
-</set>
+<?xml version="1.0" encoding="UTF-8"?>
+<set android:shareInterpolator="false" android:zAdjustment="top"
+ xmlns:android="http://schemas.android.com/apk/res/android">
+ <alpha android:interpolator="@anim/decelerate_cubic" android:duration="@integer/config_shortAnimTime" android:fillBefore="false" android:fillAfter="false" android:fromAlpha="0.0" android:toAlpha="1.0" android:fillEnabled="true" />
+ <scale android:interpolator="@anim/decelerate_quint" android:duration="@integer/config_shortAnimTime" android:pivotX="50.0%p" android:pivotY="50.0%p" android:fillBefore="false" android:fillAfter="false" android:fromXScale="1.1" android:toXScale="1.0" android:fromYScale="1.1" android:toYScale="1.0" android:fillEnabled="true" />
+</set> \ No newline at end of file