session-android/res/anim/slide_to_bottom.xml
Jake McGinty 3e798a9863 batch invitation
// FREEBIE
2015-11-04 17:56:20 -08:00

7 lines
236 B
XML

<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" >
<translate
android:duration="350"
android:fromYDelta="0%"
android:toYDelta="100%" />
</set>