mirror of
https://github.com/Aviortheking/Hangman.git
synced 2024-12-19 18:20:54 +00:00
11 lines
319 B
XML
11 lines
319 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:fillAfter="true" >
|
|
|
|
<alpha
|
|
android:duration="1000"
|
|
android:fromAlpha="1.0"
|
|
android:interpolator="@android:anim/accelerate_interpolator"
|
|
android:toAlpha="0.0" />
|
|
|
|
</set> |