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

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>