mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 03:13:09 +09:00
25 lines
618 B
XML
25 lines
618 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:fillAfter="true" >
|
|
|
|
<scale
|
|
android:duration="300"
|
|
android:fromXScale="1"
|
|
android:fromYScale="1"
|
|
android:pivotX="50%"
|
|
android:pivotY="50%"
|
|
android:toXScale="2"
|
|
android:toYScale="2" >
|
|
</scale>
|
|
|
|
<scale
|
|
android:duration="300"
|
|
android:fromXScale="1"
|
|
android:fromYScale="1"
|
|
android:pivotX="50%"
|
|
android:pivotY="50%"
|
|
android:toXScale="0.5"
|
|
android:toYScale="0.5" >
|
|
</scale>
|
|
|
|
</set>
|