blob: cb6ddae0ca58df742be0fda769b4dbe2925d319d [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="@android:integer/config_shortAnimTime"
android:interpolator="@android:anim/decelerate_interpolator">
<translate
android:fromXDelta="0"
android:toXDelta="100%p" />
</set>