diff options
author | Dianne Hackborn <hackbod@google.com> | 2011-07-21 21:52:09 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2011-07-22 10:41:38 -0700 |
commit | 91c9ac05efd7425565b5c8f0f3f8b7b9658ce143 (patch) | |
tree | c0722666ee56835bb53051cf608dfcf30d54893b /core | |
parent | 4ac052688a3011e3a174c78d75898e6888075720 (diff) | |
download | frameworks_base-91c9ac05efd7425565b5c8f0f3f8b7b9658ce143.zip frameworks_base-91c9ac05efd7425565b5c8f0f3f8b7b9658ce143.tar.gz frameworks_base-91c9ac05efd7425565b5c8f0f3f8b7b9658ce143.tar.bz2 |
Fix issue #5050039: Launcher is sometimes rendering...
...underneath the system/status bar
Change-Id: If65aba64df9362d4721051846a6da6d096a3dc9b
Diffstat (limited to 'core')
-rw-r--r-- | core/res/res/anim/screen_rotate_minus_90_enter.xml | 5 | ||||
-rw-r--r-- | core/res/res/anim/screen_rotate_plus_90_enter.xml | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/core/res/res/anim/screen_rotate_minus_90_enter.xml b/core/res/res/anim/screen_rotate_minus_90_enter.xml index 30518e0..61aa72a 100644 --- a/core/res/res/anim/screen_rotate_minus_90_enter.xml +++ b/core/res/res/anim/screen_rotate_minus_90_enter.xml @@ -19,11 +19,6 @@ <set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false"> - <scale android:fromXScale="100%p" android:toXScale="100%" - android:fromYScale="100%p" android:toYScale="100%" - android:pivotX="50%" android:pivotY="50%" - android:interpolator="@interpolator/decelerate_quint" - android:duration="@android:integer/config_mediumAnimTime" /> <rotate android:fromDegrees="-90" android:toDegrees="0" android:pivotX="50%" android:pivotY="50%" android:interpolator="@interpolator/decelerate_quint" diff --git a/core/res/res/anim/screen_rotate_plus_90_enter.xml b/core/res/res/anim/screen_rotate_plus_90_enter.xml index 20943c8..53b0ccd 100644 --- a/core/res/res/anim/screen_rotate_plus_90_enter.xml +++ b/core/res/res/anim/screen_rotate_plus_90_enter.xml @@ -19,11 +19,6 @@ <set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false"> - <scale android:fromXScale="100%p" android:toXScale="100%" - android:fromYScale="100%p" android:toYScale="100%" - android:pivotX="50%" android:pivotY="50%" - android:interpolator="@interpolator/decelerate_quint" - android:duration="@android:integer/config_mediumAnimTime" /> <rotate android:fromDegrees="90" android:toDegrees="0" android:pivotX="50%" android:pivotY="50%" android:interpolator="@interpolator/decelerate_quint" |