16 lines
520 B
Plaintext
16 lines
520 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<set xmlns:android="http://schemas.android.com/apk/res/android" >
|
||
|
<!--<translate-->
|
||
|
<!--android:duration="300"-->
|
||
|
<!--android:fromYDelta="100%"-->
|
||
|
<!--android:fillAfter="true"-->
|
||
|
<!--android:interpolator="@android:anim/decelerate_interpolator"-->
|
||
|
<!--android:toYDelta="0%p" />-->
|
||
|
|
||
|
<alpha
|
||
|
android:fromAlpha="1.0"
|
||
|
android:toAlpha="0.0"
|
||
|
android:repeatCount="0"
|
||
|
android:duration="300">
|
||
|
</alpha>
|
||
|
</set>
|