ADD week 5
This commit is contained in:
8
02-Easy5/E5/resources/res/anim/abc_popup_exit.xml
Normal file
8
02-Easy5/E5/resources/res/anim/abc_popup_exit.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false">
|
||||
<alpha
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:duration="@integer/abc_config_activityShortDur"
|
||||
android:fromAlpha="1"
|
||||
android:toAlpha="0"/>
|
||||
</set>
|
||||
Reference in New Issue
Block a user