diff options
Diffstat (limited to 'res/anim/on_screen_hint_enter.xml')
-rw-r--r-- | res/anim/on_screen_hint_enter.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/res/anim/on_screen_hint_enter.xml b/res/anim/on_screen_hint_enter.xml index c7ae9c3..0f00760 100644 --- a/res/anim/on_screen_hint_enter.xml +++ b/res/anim/on_screen_hint_enter.xml @@ -18,5 +18,6 @@ --> <alpha xmlns:android="http://schemas.android.com/apk/res/android" - android:interpolator="@+android:anim/on_screen_hint_decelerate" - android:fromAlpha="0.0" android:toAlpha="1.0" android:duration="400" /> + android:interpolator="@android:anim/decelerate_interpolator" + android:fromAlpha="0.0" android:toAlpha="1.0" android:duration="400" +/> |