File tree Expand file tree Collapse file tree 2 files changed +21
-6
lines changed Expand file tree Collapse file tree 2 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <set xmlns : android =" http://schemas.android.com/apk/res/android" >
2
+ <set
3
+ xmlns : android =" http://schemas.android.com/apk/res/android"
4
+ android : interpolator =" @android:interpolator/fast_out_slow_in"
5
+ >
6
+
3
7
<translate
4
8
android : duration =" @android:integer/config_mediumAnimTime"
5
9
android : fromXDelta =" 100%p"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <set xmlns : android =" http://schemas.android.com/apk/res/android" >
3
- <translate android : fromXDelta =" 0" android : toXDelta =" -100%p"
4
- android : duration =" @android:integer/config_mediumAnimTime" />
5
- <alpha android : fromAlpha =" 1.0" android : toAlpha =" 0.0"
6
- android : duration =" @android:integer/config_mediumAnimTime" />
2
+ <set
3
+ xmlns : android =" http://schemas.android.com/apk/res/android"
4
+ android : interpolator =" @android:interpolator/fast_out_slow_in"
5
+ >
6
+
7
+ <translate
8
+ android : duration =" @android:integer/config_mediumAnimTime"
9
+ android : fromXDelta =" 0"
10
+ android : toXDelta =" -100%p"
11
+ />
12
+
13
+ <alpha
14
+ android : duration =" @android:integer/config_mediumAnimTime"
15
+ android : fromAlpha =" 1.0"
16
+ android : toAlpha =" 0.0"
17
+ />
7
18
</set >
You can’t perform that action at this time.
0 commit comments