mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 11:46:32 +00:00
19 lines
410 B
XML
19 lines
410 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
|
||
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:fillAfter="true">
|
||
|
|
|
||
|
|
<alpha
|
||
|
|
android:fromAlpha="0.0"
|
||
|
|
android:toAlpha="1.0"
|
||
|
|
android:duration="2000"
|
||
|
|
/>
|
||
|
|
<scale
|
||
|
|
android:fromXScale="1.0"
|
||
|
|
android:fromYScale="1.0"
|
||
|
|
android:toXScale="0.0"
|
||
|
|
android:toYScale="0.0"
|
||
|
|
android:duration="2000"
|
||
|
|
/>
|
||
|
|
</set>
|