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

6 lines
197 B
XML
Raw Normal View History

2017-12-06 21:01:09 -03:00
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:shareInterpolator="false" >
<translate
android:duration="2000"
android:zAdjustment="bottom" />
</set>