Skip to content

Instantly share code, notes, and snippets.

@mucahidkambur
Last active June 30, 2019 07:47
Show Gist options
  • Save mucahidkambur/eafc9fc58365faf09daad7d1d6b2f10b to your computer and use it in GitHub Desktop.
Save mucahidkambur/eafc9fc58365faf09daad7d1d6b2f10b to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/linear_interpolator">
<translate
android:fromXDelta="0"
android:toXDelta="-100%p"
android:duration="300"/>
</set>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment