mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 06:05:42 +03:00
9 lines
259 B
XML
9 lines
259 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
||
|
<alpha
|
||
|
android:interpolator="@android:anim/decelerate_interpolator"
|
||
|
android:fromAlpha="1.0" android:toAlpha="0.0"
|
||
|
android:duration="400"
|
||
|
/>
|
||
|
</set>
|