summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorezio84 <brabus84@gmail.com>2016-10-17 11:38:54 +0200
committerLorDClockaN <lordclockan@gmail.com>2016-10-23 16:45:49 +0200
commit5af9c4a42b1ee951334b88608b383a9b0ed0442b (patch)
treee47d89a3d01c9f198a896025dbef6891656afa6d
parent8e5d1915d7587d9ae18f483df96d8f064a3a03f4 (diff)
Last app action: switch back to stock aosp animation [2/2]n7.0
Change-Id: Iaddf6824e020d8399c4f6ba101ec6c6d34b142d9
-rw-r--r--res/anim/last_app_in.xml41
-rw-r--r--res/anim/last_app_out.xml41
2 files changed, 0 insertions, 82 deletions
diff --git a/res/anim/last_app_in.xml b/res/anim/last_app_in.xml
deleted file mode 100644
index bf89dbf..0000000
--- a/res/anim/last_app_in.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2014 The CyanogenMod 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"
- >
-
- <translate android:fromXDelta="0%" android:toXDelta="-35%"
- android:zAdjustment="bottom"
- android:duration="@android:integer/config_shortAnimTime"
- android:interpolator="@android:interpolator/fast_out_linear_in"
- />
- <scale android:fromXScale="0.80" android:toXScale="1.0"
- android:fromYScale="0.80" android:toYScale="1.0"
- android:pivotX="50%" android:pivotY="50%"
- android:duration="@android:integer/config_shortAnimTime"
- android:interpolator="@android:interpolator/linear"
- />
- <translate android:fromXDelta="-35%" android:toXDelta="35%"
- android:zAdjustment="top"
- android:startOffset="@android:integer/config_shortAnimTime"
- android:duration="@android:integer/config_shortAnimTime"
- android:interpolator="@android:interpolator/linear_out_slow_in"
- />
- <alpha android:fromAlpha="0.6" android:toAlpha="1.0"
- android:duration="@android:integer/config_shortAnimTime"
- android:interpolator="@android:interpolator/linear"
- />
-</set>
diff --git a/res/anim/last_app_out.xml b/res/anim/last_app_out.xml
deleted file mode 100644
index 834dfff..0000000
--- a/res/anim/last_app_out.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2014 The CyanogenMod 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"
- >
-
- <translate android:fromXDelta="-35%" android:toXDelta="35%"
- android:zAdjustment="top"
- android:duration="@android:integer/config_shortAnimTime"
- android:interpolator="@android:interpolator/fast_out_linear_in"
- />
- <scale android:fromXScale="1.0" android:toXScale="0.80"
- android:fromYScale="1.0" android:toYScale="0.80"
- android:pivotX="50%" android:pivotY="50%"
- android:duration="@android:integer/config_shortAnimTime"
- android:interpolator="@android:interpolator/linear"
- />
- <translate android:fromXDelta="35%" android:toXDelta="-35%"
- android:zAdjustment="bottom"
- android:startOffset="@android:integer/config_shortAnimTime"
- android:duration="@android:integer/config_shortAnimTime"
- android:interpolator="@android:interpolator/linear_out_slow_in"
- />
- <alpha android:fromAlpha="1.0" android:toAlpha="0.6"
- android:duration="@android:integer/config_shortAnimTime"
- android:interpolator="@android:interpolator/linear"
- />
-</set>