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

6 lines
325 B
XML

<?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>