9 lines
262 B
XML
9 lines
262 B
XML
<!-- res/anim/slide_in_bottom.xml -->
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shareInterpolator="false">
|
|
<translate
|
|
android:fromYDelta="100%p"
|
|
android:toYDelta="0%p"
|
|
android:duration="300"/>
|
|
</set>
|