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