mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-17 22:55:12 -05:00
11 lines
367 B
XML
11 lines
367 B
XML
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shareInterpolator="false"
|
|
|
|
android:fillBefore="true" android:fillAfter="true"
|
|
|
|
>
|
|
<translate
|
|
android:fromXDelta="100%" android:toXDelta="0%"
|
|
android:fromYDelta="0%" android:toYDelta="0%"
|
|
android:duration="300" />
|
|
</set> |