mirror of
https://github.com/gsantner/dandelion
synced 2024-11-10 14:36:01 +01:00
4 lines
260 B
XML
4 lines
260 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:interpolator="@android:anim/accelerate_interpolator"
|
||
|
android:fromAlpha="1.0" android:toAlpha="0.0" android:duration="@integer/fade_time" />
|