mirror of https://github.com/LeOS-GSI/LeOS-Genesis
7 lines
243 B
XML
7 lines
243 B
XML
|
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<alpha
|
||
|
android:duration="200"
|
||
|
android:fromAlpha="1.0"
|
||
|
android:interpolator="@android:anim/linear_interpolator"
|
||
|
android:toAlpha="0.0" />
|
||
|
</set>
|