diff options
author | Chad Jones <chadj@google.com> | 2015-09-10 07:20:59 +0000 |
---|---|---|
committer | Chad Jones <chadj@google.com> | 2015-09-10 07:20:59 +0000 |
commit | 879f6b944c3106072579b748e54f9d780c3ebe63 (patch) | |
tree | 94c84304342051eab6ae82281f4beb9ca3f2fc02 /res | |
parent | 499902cca2562db728671a74044ffc2f70a7c39d (diff) |
Revert "Improve speakerphone setting."
This reverts commit 499902cca2562db728671a74044ffc2f70a7c39d.
Change-Id: I9f6321f0d745aadd47085dde09db8dfc8d21af19
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/voicemail_playback_layout.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/voicemail_playback_layout.xml b/res/layout/voicemail_playback_layout.xml index 54493f17d..555d20142 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_volume_down_24dp" + android:src="@drawable/ic_speakerphone_on" android:tint="@color/voicemail_icon_tint" android:contentDescription="@string/description_playback_speakerphone" /> |