mirror of
https://github.com/mihonapp/mihon.git
synced 2024-10-24 21:12:35 -04:00
11 lines
288 B
XML
11 lines
288 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:duration="300"
|
||
|
android:interpolator="@android:interpolator/fast_out_slow_in">
|
||
|
|
||
|
<translate
|
||
|
android:fromYDelta="0"
|
||
|
android:toYDelta="100%p" />
|
||
|
|
||
|
</set>
|