mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-11 05:07:25 +01:00
12 lines
399 B
XML
12 lines
399 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<translate
|
|
android:duration="@android:integer/config_shortAnimTime"
|
|
android:fromYDelta="0"
|
|
android:toYDelta="+50%p" />
|
|
<alpha
|
|
android:duration="@android:integer/config_shortAnimTime"
|
|
android:fromAlpha="1.0"
|
|
android:toAlpha="0.0" />
|
|
</set> |