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