Files
watrbx-game-engine/Android/NativeShell/res/drawable/rbx_bg_flat_button_animated.xml
T
2025-09-18 17:55:52 -04:00

16 lines
632 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/rbx_bg_flat_button_blue_up" />
<item>
<scale xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/accelerate_decelerate_interpolator"
android:duration="400"
android:fillAfter="true"
android:fromXScale="0.0"
android:fromYScale="0.0"
android:toXScale="1.0"
android:toYScale="1.0"
android:drawable="@drawable/rbx_bg_flat_button_circle"
/>
</item>
</layer-list>