mirror of
https://github.com/lone-cloud/prism
synced 2026-06-03 08:43:10 -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/accelerate_cubic">
|
|
<translate
|
|
android:duration="250"
|
|
android:fromYDelta="0"
|
|
android:toYDelta="100%" />
|
|
</set>
|
|
|