mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
6 lines
314 B
XML
6 lines
314 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:drawable="@drawable/textfield_search_selected_holo_light" />
|
|
<item android:drawable="@drawable/textfield_search_default_holo_light" />
|
|
</selector> |