13 lines
347 B
XML
13 lines
347 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!--
|
||
|
Copyright 2012 Google Inc.
|
||
|
All Rights Reserved.
|
||
|
-->
|
||
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
||
|
<item android:state_focused="true"
|
||
|
android:drawable="@drawable/ic_voice_focus" />
|
||
|
|
||
|
<item android:drawable="@drawable/ic_voice_available" />
|
||
|
</selector>
|