summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-05-28 19:11:50 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-05-28 19:11:50 +0000
commitc320df224e035b659178f0588e4f172b2bcddf1b (patch)
tree9d5d086a4e3ca9dbf7e2b024c202b47616cfeb12 /res
parentff3c0518c0f8ce3e91751b03bab9ebae7af905e5 (diff)
parentff683f9fe09ce6e8df93e27e6923ddcb135473ac (diff)
am ff683f9f: am 28b6e6d3: am 6c327dcc: Merge "Refactor Voicemail Playback into standalone view." into mnc-dev
* commit 'ff683f9fe09ce6e8df93e27e6923ddcb135473ac': Refactor Voicemail Playback into standalone view.
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.