Skip to content

Instantly share code, notes, and snippets.

@LuizGadao
Created December 19, 2015 22:04
Show Gist options
  • Save LuizGadao/c5f75173590f79c1b7e5 to your computer and use it in GitHub Desktop.
Save LuizGadao/c5f75173590f79c1b7e5 to your computer and use it in GitHub Desktop.
android translate animation
<?xml version="1.0" encoding="utf-8"?>
<translate xmlns:android="http://schemas.android.com/apk/res/android"
android:toXDelta="50"
android:fromXDelta="0"
android:toYDelta="0"
android:fromYDelta="0"
android:duration="2000"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment