mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 13:17:49 +00:00
16 lines
632 B
XML
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> |