platform_shake_smail.xml 315 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6 7 8 9 10 11
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
    android:interpolator="@android:anim/overshoot_interpolator"
    android:fillAfter="true">

    <translate
        android:fromXDelta="0"
        android:toXDelta="10"
        android:duration="100" />

</set>