Newer
Older
MpAndroidChart / MPChartExample / res / anim / move_left_out_activity.xml
Bello on 7 Feb 2018 222 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>