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