summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-09-14 18:18:51 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-09-14 18:18:51 +0000
commit7ef0e10304f7835f1762c5458e67bae3671ade47 (patch)
tree01ef5280fa702ea8f764a3c2dcc836b8dd4d0bf3 /res
parentb98287b7f630cdf2bd312567de3af21e715011b8 (diff)
parent84f6633fc2ffef805a36b7516f27ee9236fcbd1f (diff)
am 84f6633f: Merge "Improve speakerphone setting." into ub-contactsdialer-a-dev
* commit '84f6633fc2ffef805a36b7516f27ee9236fcbd1f': Improve speakerphone setting.
Diffstat (limited to 'res')
-rw-r--r--res/layout/voicemail_playback_layout.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/voicemail_playback_layout.xml b/res/layout/voicemail_playback_layout.xml
index 555d20142..54493f17d 100644
--- a/res/layout/voicemail_playback_layout.xml
+++ b/res/layout/voicemail_playback_layout.xml
@@ -71,7 +71,7 @@
<ImageButton android:id="@+id/playback_speakerphone"
style="@style/VoicemailPlaybackLayoutButtonStyle"
- android:src="@drawable/ic_speakerphone_on"
+ android:src="@drawable/ic_volume_down_24dp"
android:tint="@color/voicemail_icon_tint"
android:contentDescription="@string/description_playback_speakerphone" />