mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 11:05:59 +00:00
9 lines
287 B
XML
9 lines
287 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<alpha
|
|
android:duration="250"
|
|
android:fromAlpha="1.0"
|
|
android:interpolator="@android:anim/accelerate_interpolator"
|
|
android:toAlpha="0.0" />
|
|
</set>
|