ADD week 5
This commit is contained in:
		
							
								
								
									
										16
									
								
								02-Easy5/E5/resources/res/anim/m3_motion_fade_enter.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								02-Easy5/E5/resources/res/anim/m3_motion_fade_enter.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <set xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     android:interpolator="@interpolator/m3_sys_motion_easing_emphasized_decelerate" | ||||
|     android:duration="@integer/m3_sys_motion_duration_medium4" | ||||
|     android:shareInterpolator="true"> | ||||
|     <alpha | ||||
|         android:fromAlpha="0" | ||||
|         android:toAlpha="1"/> | ||||
|     <scale | ||||
|         android:pivotX="50%" | ||||
|         android:pivotY="50%" | ||||
|         android:fromXScale="0.8" | ||||
|         android:toXScale="1" | ||||
|         android:fromYScale="0.8" | ||||
|         android:toYScale="1"/> | ||||
| </set> | ||||
		Reference in New Issue
	
	Block a user