aboutsummaryrefslogtreecommitdiffstats
path: root/res/anim
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2013-11-07 04:15:10 +0100
committerJorge Ruesga <jorge@ruesga.com>2013-11-07 04:15:10 +0100
commit72aedd7b2fd64c593de971fa9d89c0251930b72d (patch)
tree6a3f1c33365d71565b6613d57e805667b09c14bd /res/anim
parent759a39f9b41a71a3eda502241f527e182e09936a (diff)
downloadandroid_packages_wallpapers_PhotoPhase-72aedd7b2fd64c593de971fa9d89c0251930b72d.tar.gz
android_packages_wallpapers_PhotoPhase-72aedd7b2fd64c593de971fa9d89c0251930b72d.tar.bz2
android_packages_wallpapers_PhotoPhase-72aedd7b2fd64c593de971fa9d89c0251930b72d.zip
Fix disposition view-in animation on aosp 4.4
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res/anim')
-rw-r--r--res/anim/display_with_bounce.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/res/anim/display_with_bounce.xml b/res/anim/display_with_bounce.xml
deleted file mode 100644
index 0a51b53..0000000
--- a/res/anim/display_with_bounce.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2013 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"
- android:interpolator="@android:anim/bounce_interpolator" >
-
- <scale
- android:duration="@integer/disposition_show_anim"
- android:fromXScale="0.0"
- android:fromYScale="0.0"
- android:toXScale="1.0"
- android:toYScale="1.0"
- android:pivotX="50%"
- android:pivotY="50%" />
-
- <alpha
- android:duration="@integer/disposition_show_anim"
- android:fromAlpha="0.0"
- android:toAlpha="1.0" />
-
-</set> \ No newline at end of file