diff options
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 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" /> |