mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?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_white_down" />
|
||||
<item android:state_focused="false"
|
||||
android:state_pressed="true"
|
||||
android:drawable="@drawable/rbx_bg_flat_button_white_down" />
|
||||
<item android:drawable="@drawable/rbx_bg_flat_button_white_up" />
|
||||
</selector>
|
||||
Reference in New Issue
Block a user