mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-30 04:41:01 +00:00
9 lines
322 B
XML
9 lines
322 B
XML
<scale xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:duration="1000"
|
|
android:fromXScale="0.3"
|
|
android:fromYScale="0.3"
|
|
android:interpolator="@android:anim/overshoot_interpolator"
|
|
android:pivotX="50%"
|
|
android:pivotY="50%"
|
|
android:toXScale="1.0"
|
|
android:toYScale="1.0" /> |