mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-19 07:25:05 -05:00
9 lines
349 B
XML
9 lines
349 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>
|