Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. This is my right_in animation
  2.  
  3. <?xml version="1.0" encoding="utf-8"?>
  4. <set xmlns:android="http://schemas.android.com/apk/res/android">
  5. <translate android:fromXDelta="100%p" android:toXDelta="0" android:duration="300"/>
  6. </set>
  7.  
  8.  
  9. This is my left_out animation
  10.  
  11. <?xml version="1.0" encoding="utf-8"?>
  12. <set xmlns:android="http://schemas.android.com/apk/res/android">
  13. <translate android:fromXDelta="0" android:toXDelta="-100%p" android:duration="300"/>
  14. </set>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement