Anthony Restaino
8 years ago
7 changed files with 13 additions and 9 deletions
@ -1,12 +1,12 @@
@@ -1,12 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
<translate |
||||
android:duration="@android:integer/config_mediumAnimTime" |
||||
android:duration="@integer/animation_time_medium" |
||||
android:fromYDelta="0%p" |
||||
android:interpolator="@android:interpolator/accelerate_cubic" |
||||
android:toYDelta="100%p" /> |
||||
<alpha |
||||
android:duration="@android:integer/config_mediumAnimTime" |
||||
android:duration="@integer/animation_time_medium" |
||||
android:fromAlpha="1.0" |
||||
android:toAlpha="0.0" /> |
||||
</set> |
Loading…
Reference in new issue