File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 android : configChanges =" orientation|screenSize|keyboard|keyboardHidden"
4040 android : exported =" false"
4141 android : launchMode =" singleTask"
42- android : theme =" @style/AppTheme.Axis " />
42+ android : theme =" @style/AppTheme.Animated " />
4343
4444 <!-- share to clippy activities-->
4545
Original file line number Diff line number Diff line change 1+ <set xmlns : android =" http://schemas.android.com/apk/res/android"
2+ xmlns : tools =" http://schemas.android.com/tools"
3+ android : shareInterpolator =" false"
4+ android : showBackdrop =" true" >
5+ <alpha
6+ android : duration =" @integer/m3_sys_motion_duration_long1"
7+ android : fillAfter =" true"
8+ android : fillBefore =" true"
9+ android : fillEnabled =" true"
10+ android : fromAlpha =" 0"
11+ android : interpolator =" @interpolator/m3_sys_motion_easing_standard_decelerate"
12+ android : startOffset =" 100"
13+ android : toAlpha =" 1"
14+ tools : ignore =" PrivateResource" />
15+ <translate
16+ android : duration =" @integer/m3_sys_motion_duration_long1"
17+ android : fillAfter =" true"
18+ android : fillBefore =" true"
19+ android : fillEnabled =" true"
20+ android : fromXDelta =" -25%"
21+ android : interpolator =" @interpolator/m3_sys_motion_easing_emphasized"
22+ android : startOffset =" 0"
23+ android : toXDelta =" 0"
24+ tools : ignore =" PrivateResource" />
25+ </set >
Original file line number Diff line number Diff line change 1+ <set xmlns : android =" http://schemas.android.com/apk/res/android"
2+ xmlns : tools =" http://schemas.android.com/tools"
3+ android : shareInterpolator =" false" >
4+ <alpha
5+ android : duration =" @integer/m3_sys_motion_duration_short2"
6+ android : fillAfter =" true"
7+ android : fillBefore =" true"
8+ android : fillEnabled =" true"
9+ android : fromAlpha =" 1"
10+ android : interpolator =" @interpolator/m3_sys_motion_easing_standard_accelerate"
11+ android : startOffset =" 0"
12+ android : toAlpha =" 0"
13+ tools : ignore =" PrivateResource" />
14+ <translate
15+ android : duration =" @integer/m3_sys_motion_duration_long1"
16+ android : fillAfter =" true"
17+ android : fillBefore =" true"
18+ android : fillEnabled =" true"
19+ android : fromXDelta =" 0"
20+ android : interpolator =" @interpolator/m3_sys_motion_easing_emphasized"
21+ android : startOffset =" 0"
22+ android : toXDelta =" 25%"
23+ tools : ignore =" PrivateResource" />
24+ </set >
Original file line number Diff line number Diff line change 1+ <set xmlns : android =" http://schemas.android.com/apk/res/android"
2+ xmlns : tools =" http://schemas.android.com/tools"
3+ android : shareInterpolator =" false"
4+ android : showBackdrop =" true" >
5+ <alpha
6+ android : duration =" @integer/m3_sys_motion_duration_long1"
7+ android : fillAfter =" true"
8+ android : fillBefore =" true"
9+ android : fillEnabled =" true"
10+ android : fromAlpha =" 0"
11+ android : interpolator =" @interpolator/m3_sys_motion_easing_standard_decelerate"
12+ android : startOffset =" 100"
13+ android : toAlpha =" 1"
14+ tools : ignore =" PrivateResource" />
15+ <translate
16+ android : duration =" @integer/m3_sys_motion_duration_long1"
17+ android : fillAfter =" true"
18+ android : fillBefore =" true"
19+ android : fillEnabled =" true"
20+ android : fromXDelta =" 25%"
21+ android : interpolator =" @interpolator/m3_sys_motion_easing_emphasized"
22+ android : startOffset =" 0"
23+ android : toXDelta =" 0"
24+ tools : ignore =" PrivateResource" />
25+ </set >
Original file line number Diff line number Diff line change 1+ <set xmlns : android =" http://schemas.android.com/apk/res/android"
2+ xmlns : tools =" http://schemas.android.com/tools"
3+ android : shareInterpolator =" false" >
4+ <alpha
5+ android : duration =" @integer/m3_sys_motion_duration_short2"
6+ android : fillAfter =" true"
7+ android : fillBefore =" true"
8+ android : fillEnabled =" true"
9+ android : fromAlpha =" 1"
10+ android : interpolator =" @interpolator/m3_sys_motion_easing_standard_accelerate"
11+ android : startOffset =" 0"
12+ android : toAlpha =" 0"
13+ tools : ignore =" PrivateResource" />
14+ <translate
15+ android : duration =" @integer/m3_sys_motion_duration_long1"
16+ android : fillAfter =" true"
17+ android : fillBefore =" true"
18+ android : fillEnabled =" true"
19+ android : fromXDelta =" 0"
20+ android : interpolator =" @interpolator/m3_sys_motion_easing_emphasized"
21+ android : startOffset =" 0"
22+ android : toXDelta =" -25%"
23+ tools : ignore =" PrivateResource" />
24+ </set >
Original file line number Diff line number Diff line change 1+ <resources >
2+
3+ <!-- app theme animated with window animation-->
4+
5+ <style name =" AppTheme.Animated" parent =" @style/AppTheme.Base" >
6+ <item name =" android:windowAnimationStyle" >@style/Animation.SharedXAxis</item >
7+ </style >
8+
9+ <!-- activity with shared x-axis animation-->
10+
11+ <style name =" Animation.SharedXAxis" parent =" @android:style/Animation.Activity" >
12+ <item name =" android:activityOpenEnterAnimation" >@anim/shared_x_axis_activity_open_enter</item >
13+ <item name =" android:activityOpenExitAnimation" >@anim/shared_x_axis_activity_open_exit</item >
14+ <item name =" android:activityCloseEnterAnimation" >@anim/shared_x_axis_activity_close_enter</item >
15+ <item name =" android:activityCloseExitAnimation" >@anim/shared_x_axis_activity_close_exit</item >
16+ </style >
17+ </resources >
Original file line number Diff line number Diff line change 66
77 <!-- app theme axis-->
88
9- <style name =" AppTheme.Axis " parent =" @style/AppTheme.Base" />
9+ <style name =" AppTheme.Animated " parent =" @style/AppTheme.Base" />
1010
1111 <!-- app theme transparent-->
1212
You can’t perform that action at this time.
0 commit comments