2015-11-17 00:28:22 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:shareInterpolator="false">
|
|
|
|
<translate
|
2015-11-21 02:27:34 +01:00
|
|
|
android:duration="200"
|
2015-11-17 00:28:22 +01:00
|
|
|
android:fromXDelta="0%"
|
|
|
|
android:toXDelta="-100%" />
|
|
|
|
</set>
|