aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/drawable/keychaintheme_searchview_holo_light.xml
blob: e82b1c2f384082a48fff6e5b1ce3d6826f74439d (plain)
1
2
3
4
5
6
7
<?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/keychaintheme_textfield_activated_holo_light" />
    <item android:drawable="@drawable/keychaintheme_textfield_default_holo_light" />
</selector>