Newer
Older
MpAndroidChart / MPChartExample / res / anim / move_right_out_activity.xml
Bello on 7 Feb 2018 221 bytes init
<?xml version="1.0" encoding="utf-8"?>
<translate 
      xmlns:android="http://schemas.android.com/apk/res/android"
      android:duration="300"
      android:fromXDelta="0%p" 
      android:toXDelta="100%p">
</translate>