summaryrefslogtreecommitdiff
path: root/res/anim/slide_in_left.xml
blob: 10a16677130008e513084918c7382e853fe4c4a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>

<set>
   <objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
      android:propertyName="width"
      android:duration="500"
      android:valueFrom="400"
      android:valueTo="0"
      android:valueType="intType"/>
</set>