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