mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
10 lines
480 B
XML
10 lines
480 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:state_focused="true"
|
|
android:state_pressed="true"
|
|
android:drawable="@drawable/rbx_bg_flat_button_blue_down" />
|
|
<item android:state_focused="false"
|
|
android:state_pressed="true"
|
|
android:drawable="@drawable/rbx_bg_flat_button_blue_down" />
|
|
<item android:drawable="@drawable/rbx_bg_flat_button_blue_up" />
|
|
</selector> |