2015-11-17 07:28:22 +08: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 09:27:34 +08:00
|
|
|
android:duration="200"
|
2015-11-17 07:28:22 +08:00
|
|
|
android:fromXDelta="-100%"
|
|
|
|
android:toXDelta="0%" />
|
|
|
|
</set>
|