mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-18 23:15:03 -05:00
12 lines
375 B
XML
12 lines
375 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> |