Initial commit
This commit is contained in:
13
resources/res/anim/rotate_hide.xml
Normal file
13
resources/res/anim/rotate_hide.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:anim/accelerate_decelerate_interpolator"
|
||||
android:duration="400"
|
||||
android:shareInterpolator="true"
|
||||
android:fillAfter="true">
|
||||
<rotate
|
||||
android:fromDegrees="0"
|
||||
android:toDegrees="-15"/>
|
||||
<translate
|
||||
android:fromYDelta="0"
|
||||
android:toYDelta="100%p"/>
|
||||
</set>
|
||||
Reference in New Issue
Block a user