summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-05-28 18:26:39 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-05-28 18:26:40 +0000
commit6c327dcc027c6df1548873031d62a0d84a0dc50d (patch)
tree4f48b103e4efb0953e8b3d26b52932565563bbf0 /res
parentec3fa8255f547b4ed3fa5c50b62283e7291f519a (diff)
parent58eaabcc31e23fd4c071ad911b96da6eea4abc28 (diff)
Merge "Refactor Voicemail Playback into standalone view." into mnc-dev
Diffstat (limited to 'res')
-rw-r--r--res/layout/call_detail.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/layout/call_detail.xml b/res/layout/call_detail.xml
index c07785159..5d1607edf 100644
--- a/res/layout/call_detail.xml
+++ b/res/layout/call_detail.xml
@@ -87,6 +87,12 @@
</LinearLayout>
</LinearLayout>
+ <com.android.dialer.voicemail.VoicemailPlaybackLayout
+ android:id="@+id/voicemail_playback_layout"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:visibility="gone" />
+
<!--
The list view is under everything.
It contains a first header element which is hidden under the controls UI.