Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 21478 |
rajender |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
3 |
xmlns:tools="http://schemas.android.com/tools"
|
|
|
4 |
tools:targetApi="ICE_CREAM_SANDWICH"
|
|
|
5 |
android:interpolator="@android:anim/accelerate_interpolator"
|
|
|
6 |
android:shareInterpolator="true">
|
|
|
7 |
<objectAnimator
|
|
|
8 |
android:propertyName="translationY"
|
|
|
9 |
android:valueFrom="0dp"
|
|
|
10 |
android:valueTo="75dp"
|
|
|
11 |
android:duration="200" />
|
|
|
12 |
</set>
|
|
|
13 |
<!-- From: file:/Users/joe/Desktop/mixpanel-android/src/main/res/anim/com_mixpanel_android_slide_down.xml -->
|