summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>