ic_voice_search_api_material.xml revision 6148a8f56957b3e1423c1ac70a45c7f9817aefd5
16148a8f56957b3e1423c1ac70a45c7f9817aefd5Alan Viverette<?xml version="1.0" encoding="utf-8"?>
26148a8f56957b3e1423c1ac70a45c7f9817aefd5Alan Viverette<!-- Copyright (C) 2010 The Android Open Source Project
36148a8f56957b3e1423c1ac70a45c7f9817aefd5Alan Viverette
46148a8f56957b3e1423c1ac70a45c7f9817aefd5Alan Viverette     Licensed under the Apache License, Version 2.0 (the "License");
56148a8f56957b3e1423c1ac70a45c7f9817aefd5Alan Viverette     you may not use this file except in compliance with the License.
66148a8f56957b3e1423c1ac70a45c7f9817aefd5Alan Viverette     You may obtain a copy of the License at
76148a8f56957b3e1423c1ac70a45c7f9817aefd5Alan Viverette
86148a8f56957b3e1423c1ac70a45c7f9817aefd5Alan Viverette          http://www.apache.org/licenses/LICENSE-2.0
96148a8f56957b3e1423c1ac70a45c7f9817aefd5Alan Viverette
106148a8f56957b3e1423c1ac70a45c7f9817aefd5Alan Viverette     Unless required by applicable law or agreed to in writing, software
116148a8f56957b3e1423c1ac70a45c7f9817aefd5Alan Viverette     distributed under the License is distributed on an "AS IS" BASIS,
126148a8f56957b3e1423c1ac70a45c7f9817aefd5Alan Viverette     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
136148a8f56957b3e1423c1ac70a45c7f9817aefd5Alan Viverette     See the License for the specific language governing permissions and
146148a8f56957b3e1423c1ac70a45c7f9817aefd5Alan Viverette     limitations under the License.
156148a8f56957b3e1423c1ac70a45c7f9817aefd5Alan Viverette-->
166148a8f56957b3e1423c1ac70a45c7f9817aefd5Alan Viverette
176148a8f56957b3e1423c1ac70a45c7f9817aefd5Alan Viverette<selector xmlns:android="http://schemas.android.com/apk/res/android">
186148a8f56957b3e1423c1ac70a45c7f9817aefd5Alan Viverette    <item android:state_selected="true" android:color="@android:color/bright_foreground_light"/>
196148a8f56957b3e1423c1ac70a45c7f9817aefd5Alan Viverette    <item android:state_activated="true" android:color="@android:color/bright_foreground_light"/>
206148a8f56957b3e1423c1ac70a45c7f9817aefd5Alan Viverette    <item android:color="@android:color/bright_foreground_light"/>
216148a8f56957b3e1423c1ac70a45c7f9817aefd5Alan Viverette</selector>
22