tt-rss-android/res/anim/slide_in_left.xml

12 lines
288 B
XML
Raw Normal View History

2011-11-23 10:55:05 +00:00
<?xml version="1.0" encoding="utf-8"?>
<set>
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
2011-11-23 12:51:15 +00:00
android:propertyName="width"
2011-11-23 10:55:05 +00:00
android:duration="500"
2011-11-23 12:51:15 +00:00
android:valueFrom="400"
2011-11-23 10:55:05 +00:00
android:valueTo="0"
android:valueType="intType"/>
</set>