summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-05-28 18:39:41 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-05-28 18:39:41 +0000
commit28b6e6d3df143ff274a8a347f5695cb73d17649f (patch)
tree222bffc5fe743dd6be190d29bc55f900c21ee615 /res
parentaf20561d78cb37329c361b273471e93710b57e31 (diff)
parent6c327dcc027c6df1548873031d62a0d84a0dc50d (diff)
am 6c327dcc: Merge "Refactor Voicemail Playback into standalone view." into mnc-dev
* commit '6c327dcc027c6df1548873031d62a0d84a0dc50d': 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.