mirror of https://github.com/LeOS-GSI/LeOS-Genesis
11 lines
325 B
XML
11 lines
325 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
||
|
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:shareInterpolator="false">
|
||
|
<translate
|
||
|
android:duration="250"
|
||
|
android:fromXDelta="0%"
|
||
|
android:fromYDelta="0%"
|
||
|
android:toXDelta="-100%"
|
||
|
android:toYDelta="0%" />
|
||
|
</set>
|