mirror of https://github.com/LeOS-GSI/LeOS-Genesis
8 lines
350 B
XML
8 lines
350 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<translate xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:fromXDelta="-100%"
|
||
|
android:toXDelta="0"
|
||
|
android:interpolator="@android:anim/decelerate_interpolator"
|
||
|
android:duration="250"/>
|
||
|
</set>
|