asistencia/attendance-ubb/src/main/res/anim/push_right_out.xml

6 lines
325 B
XML
Raw Normal View History

2017-12-06 21:01:09 -03:00
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:shareInterpolator="false" >
<translate android:duration="500" android:fromXDelta="0%" android:toXDelta="-100%"/>
<!--<alpha android:duration="500" android:fromAlpha="1.0" android:toAlpha="0.0" />-->
</set>