summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-11-11 17:56:19 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-11-11 17:56:19 +0000
commit36d6dd9104ade90e0cba0ffab56605ba36c0f310 (patch)
treec6e20d807e1c33623d596d91556b39351d3bbd85 /java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml
parentfa89db0ffdcd74bc82a174f6df5877738150209a (diff)
parent7dd13e1353d34c796bf27412d83d83f516efcb7e (diff)
Merge "Add expand and collapse media player logic for NUI Voicemail Fragment"
Diffstat (limited to 'java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml')
-rw-r--r--java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml b/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml
index d9c557f1a..80bb1b593 100644
--- a/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml
+++ b/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml
@@ -81,6 +81,14 @@
android:layout_marginStart="@dimen/call_log_entry_photo_text_margin"
android:layout_gravity="center_vertical"
android:visibility="gone"/>
+
+ <com.android.dialer.voicemail.listui.NewVoicemailMediaPlayer
+ android:id="@+id/new_voicemail_media_player"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:visibility="gone"
+ />
+
</LinearLayout>
<!-- TODO(a bug): Add ripple effect -->