1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 Copyright 2012 Google Inc. 4 All Rights Reserved. 5--> 6<selector xmlns:android="http://schemas.android.com/apk/res/android"> 7 8 <item android:state_focused="true" 9 android:drawable="@drawable/ic_voice_focus" /> 10 11 <item android:drawable="@drawable/ic_voice_available" /> 12</selector> 13