summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/voicemail/listui/res
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-12-12 01:19:01 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-12-12 01:19:01 +0000
commit64262064a9d65704098493fe5767841468080b24 (patch)
treea677be3a11bd33ba9aa9903cc868ec607fc213f4 /java/com/android/dialer/voicemail/listui/res
parentb6c726478015f3be180c3f854cba4b27cf9c31ee (diff)
parent1fab0cca2259a7f8dd0b4349bc38f282eb4209a8 (diff)
Merge "Play voicemails, update seekbar timer, allow seeking, and maintain state after recycling."
Diffstat (limited to 'java/com/android/dialer/voicemail/listui/res')
-rw-r--r--java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_media_player_layout.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_media_player_layout.xml b/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_media_player_layout.xml
index 07ce86a1d..32726a9e5 100644
--- a/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_media_player_layout.xml
+++ b/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_media_player_layout.xml
@@ -71,6 +71,12 @@
android:orientation="horizontal"
android:weightSum="4">
+ <ImageButton
+ android:id="@+id/pauseButton"
+ style="@style/voicemail_media_player_buttons"
+ android:layout_weight="1"
+ android:src="@drawable/quantum_ic_pause_vd_theme_24"
+ android:visibility="gone"/>
<ImageButton
android:id="@+id/playButton"