mirror of
https://github.com/lone-cloud/prism
synced 2026-06-03 19:54:44 -07:00
9 lines
290 B
XML
9 lines
290 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:interpolator="@android:interpolator/decelerate_cubic">
|
|
<translate
|
|
android:duration="300"
|
|
android:fromYDelta="100%"
|
|
android:toYDelta="0" />
|
|
</set>
|
|
|