133b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert<?xml version="1.0" encoding="utf-8"?>
233b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert<!-- Copyright (C) 2009 The Android Open Source Project
333b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert
433b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert     Licensed under the Apache License, Version 2.0 (the "License");
533b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert     you may not use this file except in compliance with the License.
633b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert     You may obtain a copy of the License at
733b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert  
833b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert          http://www.apache.org/licenses/LICENSE-2.0
933b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert  
1033b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert     Unless required by applicable law or agreed to in writing, software
1133b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert     distributed under the License is distributed on an "AS IS" BASIS,
1233b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1333b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert     See the License for the specific language governing permissions and
1433b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert     limitations under the License.
1533b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert-->
1633b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert
1733b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert<selector xmlns:android="http://schemas.android.com/apk/res/android">
1833b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert
1933b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert    <item android:state_window_focused="false" android:state_enabled="true"
2033b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert        android:drawable="@drawable/textfield_search_empty_default" />
2133b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert
2233b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert    <item android:state_pressed="true"
2333b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert        android:drawable="@drawable/textfield_search_empty_pressed" />
2433b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert
2533b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert    <item android:state_enabled="true" android:state_focused="true"
2633b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert        android:drawable="@drawable/textfield_search_empty_selected" />
2733b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert
2833b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert    <item android:state_enabled="true"
2933b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert        android:drawable="@drawable/textfield_search_empty_default" />
3033b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert
3133b167be343aa6b635113159f9901e9cc48d085eBjorn Bringert</selector>
32