1688435833fea20c5aa9bc4305dc052e55bcec33cJim Miller<?xml version="1.0" encoding="utf-8"?>
2688435833fea20c5aa9bc4305dc052e55bcec33cJim Miller<!-- Copyright (C) 2010 The Android Open Source Project
3688435833fea20c5aa9bc4305dc052e55bcec33cJim Miller
4688435833fea20c5aa9bc4305dc052e55bcec33cJim Miller     Licensed under the Apache License, Version 2.0 (the "License");
5688435833fea20c5aa9bc4305dc052e55bcec33cJim Miller     you may not use this file except in compliance with the License.
6688435833fea20c5aa9bc4305dc052e55bcec33cJim Miller     You may obtain a copy of the License at
7688435833fea20c5aa9bc4305dc052e55bcec33cJim Miller  
8688435833fea20c5aa9bc4305dc052e55bcec33cJim Miller          http://www.apache.org/licenses/LICENSE-2.0
9688435833fea20c5aa9bc4305dc052e55bcec33cJim Miller  
10688435833fea20c5aa9bc4305dc052e55bcec33cJim Miller     Unless required by applicable law or agreed to in writing, software
11688435833fea20c5aa9bc4305dc052e55bcec33cJim Miller     distributed under the License is distributed on an "AS IS" BASIS,
12688435833fea20c5aa9bc4305dc052e55bcec33cJim Miller     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13688435833fea20c5aa9bc4305dc052e55bcec33cJim Miller     See the License for the specific language governing permissions and
14688435833fea20c5aa9bc4305dc052e55bcec33cJim Miller     limitations under the License.
15688435833fea20c5aa9bc4305dc052e55bcec33cJim Miller-->
16688435833fea20c5aa9bc4305dc052e55bcec33cJim Miller
17688435833fea20c5aa9bc4305dc052e55bcec33cJim Miller<selector xmlns:android="http://schemas.android.com/apk/res/android">
18688435833fea20c5aa9bc4305dc052e55bcec33cJim Miller    <item android:state_window_focused="false" android:state_enabled="true" android:drawable="@drawable/textfield_bg_default_holo_dark" />
19688435833fea20c5aa9bc4305dc052e55bcec33cJim Miller    <item android:state_window_focused="false" android:state_enabled="false" android:drawable="@drawable/textfield_bg_disabled_holo_dark" />
20688435833fea20c5aa9bc4305dc052e55bcec33cJim Miller    <item android:state_enabled="true" android:state_focused="true" android:drawable="@drawable/textfield_bg_activated_holo_dark" />
21688435833fea20c5aa9bc4305dc052e55bcec33cJim Miller    <iten android:state_enabled="true" android:state_activated="true" android:drawable="@drawable/textfield_bg_focused_holo_dark" />
22688435833fea20c5aa9bc4305dc052e55bcec33cJim Miller    <item android:state_enabled="true" android:drawable="@drawable/textfield_bg_default_holo_dark" />
23688435833fea20c5aa9bc4305dc052e55bcec33cJim Miller    <item android:state_focused="true" android:drawable="@drawable/textfield_bg_disabled_focused_holo_dark" />
24688435833fea20c5aa9bc4305dc052e55bcec33cJim Miller    <item android:drawable="@drawable/textfield_bg_disabled_holo_dark" />
25688435833fea20c5aa9bc4305dc052e55bcec33cJim Miller</selector>
26688435833fea20c5aa9bc4305dc052e55bcec33cJim Miller
27