mirror of https://github.com/LeOS-GSI/LeOS-Genesis
15 lines
475 B
XML
15 lines
475 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:startOffset="250"
|
||
|
android:duration="500">
|
||
|
|
||
|
<translate
|
||
|
android:fromXDelta="-100%p"
|
||
|
android:interpolator="@android:anim/decelerate_interpolator"
|
||
|
android:toXDelta="0" />
|
||
|
|
||
|
<alpha
|
||
|
android:fromAlpha="0.5"
|
||
|
android:interpolator="@android:anim/accelerate_decelerate_interpolator"
|
||
|
android:toAlpha="1" />
|
||
|
</set>
|