1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-06-18 01:25:03 +02:00

Added animations

This commit is contained in:
vanitasvitae 2016-06-21 12:05:59 +02:00
parent e48edbf652
commit f7f72a404b
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:fromYDelta="0%p" android:toYDelta="100%p" android:fillAfter="true"
android:interpolator="@android:anim/linear_interpolator"
android:duration="500" />
</set>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:fromYDelta="75%p" android:toYDelta="0%p"
android:fillAfter="true"
android:duration="500"/>
</set>