forked from github/szkolny
10 lines
428 B
XML
10 lines
428 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
android:shareInterpolator="@android:anim/decelerate_interpolator"
|
||
|
tools:keep="@anim/up_from_bottom">
|
||
|
<translate
|
||
|
android:fromXDelta="0%" android:toXDelta="0%"
|
||
|
android:fromYDelta="100%" android:toYDelta="0%"
|
||
|
android:duration="200" />
|
||
|
</set>
|