1ecf44e4d213e480a44facc30bd4c2b80fe857556Gilles Debunne<?xml version="1.0" encoding="utf-8"?>
2ecf44e4d213e480a44facc30bd4c2b80fe857556Gilles Debunne<!-- Copyright (C) 2010 The Android Open Source Project
3ecf44e4d213e480a44facc30bd4c2b80fe857556Gilles Debunne
4ecf44e4d213e480a44facc30bd4c2b80fe857556Gilles Debunne     Licensed under the Apache License, Version 2.0 (the "License");
5ecf44e4d213e480a44facc30bd4c2b80fe857556Gilles Debunne     you may not use this file except in compliance with the License.
6ecf44e4d213e480a44facc30bd4c2b80fe857556Gilles Debunne     You may obtain a copy of the License at
7ecf44e4d213e480a44facc30bd4c2b80fe857556Gilles Debunne  
8ecf44e4d213e480a44facc30bd4c2b80fe857556Gilles Debunne          http://www.apache.org/licenses/LICENSE-2.0
9ecf44e4d213e480a44facc30bd4c2b80fe857556Gilles Debunne  
10ecf44e4d213e480a44facc30bd4c2b80fe857556Gilles Debunne     Unless required by applicable law or agreed to in writing, software
11ecf44e4d213e480a44facc30bd4c2b80fe857556Gilles Debunne     distributed under the License is distributed on an "AS IS" BASIS,
12ecf44e4d213e480a44facc30bd4c2b80fe857556Gilles Debunne     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13ecf44e4d213e480a44facc30bd4c2b80fe857556Gilles Debunne     See the License for the specific language governing permissions and
14ecf44e4d213e480a44facc30bd4c2b80fe857556Gilles Debunne     limitations under the License.
15ecf44e4d213e480a44facc30bd4c2b80fe857556Gilles Debunne-->
16ecf44e4d213e480a44facc30bd4c2b80fe857556Gilles Debunne
17ecf44e4d213e480a44facc30bd4c2b80fe857556Gilles Debunne<selector xmlns:android="http://schemas.android.com/apk/res/android">
18da0a3f03a1eef3fd93266d00aa94f2e1a4f65236Gilles Debunne
19da0a3f03a1eef3fd93266d00aa94f2e1a4f65236Gilles Debunne    <item android:state_multiline="true" android:state_window_focused="false" android:state_enabled="true"  android:drawable="@drawable/textfield_multiline_default_holo_light" />
20da0a3f03a1eef3fd93266d00aa94f2e1a4f65236Gilles Debunne    <item android:state_multiline="true" android:state_window_focused="false" android:state_enabled="false" android:drawable="@drawable/textfield_multiline_disabled_holo_light" />
21da0a3f03a1eef3fd93266d00aa94f2e1a4f65236Gilles Debunne    <item android:state_multiline="true" android:state_enabled="true" android:state_focused="true" android:drawable="@drawable/textfield_multiline_activated_holo_light" />
22da0a3f03a1eef3fd93266d00aa94f2e1a4f65236Gilles Debunne    <item android:state_multiline="true" android:state_enabled="true" android:state_activated="true" android:drawable="@drawable/textfield_multiline_focused_holo_light" />
23da0a3f03a1eef3fd93266d00aa94f2e1a4f65236Gilles Debunne    <item android:state_multiline="true" android:state_enabled="true" android:drawable="@drawable/textfield_multiline_default_holo_light" />
24da0a3f03a1eef3fd93266d00aa94f2e1a4f65236Gilles Debunne    <item android:state_multiline="true" android:state_focused="true" android:drawable="@drawable/textfield_multiline_disabled_focused_holo_light" />
25da0a3f03a1eef3fd93266d00aa94f2e1a4f65236Gilles Debunne    <item android:state_multiline="true" android:drawable="@drawable/textfield_multiline_disabled_holo_light" />
26da0a3f03a1eef3fd93266d00aa94f2e1a4f65236Gilles Debunne
27fe4d5defd07962d622182bcc9a4eb8027ba23e8dGilles Debunne    <item android:state_window_focused="false" android:state_enabled="true" android:drawable="@drawable/textfield_default_holo_light" />
28fe4d5defd07962d622182bcc9a4eb8027ba23e8dGilles Debunne    <item android:state_window_focused="false" android:state_enabled="false" android:drawable="@drawable/textfield_disabled_holo_light" />
29fcca00accb923d3cbda4e0d6f5540b10e8279cd2Adam Powell    <item android:state_enabled="true" android:state_focused="true" android:drawable="@drawable/textfield_activated_holo_light" />
300b6afb3356fd0bbcdec07a4d42fb939b76987399Adam Powell    <item android:state_enabled="true" android:state_activated="true" android:drawable="@drawable/textfield_focused_holo_light" />
31ecf44e4d213e480a44facc30bd4c2b80fe857556Gilles Debunne    <item android:state_enabled="true" android:drawable="@drawable/textfield_default_holo_light" />
32fe4d5defd07962d622182bcc9a4eb8027ba23e8dGilles Debunne    <item android:state_focused="true" android:drawable="@drawable/textfield_disabled_focused_holo_light" />
33ecf44e4d213e480a44facc30bd4c2b80fe857556Gilles Debunne    <item android:drawable="@drawable/textfield_disabled_holo_light" />
34ecf44e4d213e480a44facc30bd4c2b80fe857556Gilles Debunne</selector>
35ecf44e4d213e480a44facc30bd4c2b80fe857556Gilles Debunne
36