mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-17 09:07:49 +01:00
13 lines
340 B
XML
13 lines
340 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<scale
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:interpolator="@android:anim/accelerate_interpolator"
|
|
android:fromXScale="1.0"
|
|
android:fromYScale="1.0"
|
|
android:toXScale="0.0"
|
|
android:toYScale="0.0"
|
|
android:duration="300"
|
|
android:pivotX="50%"
|
|
android:pivotY="50%"
|
|
/>
|