From 257b6f27744dc528da719beb1a6d29cd9f72ea31 Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Thu, 31 Jul 2014 14:16:44 -0700 Subject: Allow voicemail playback view to scroll Add the voicemail-related views into the ListView's header view so that it can scroll. Also refactored some layouts so that we only inflate the voicemail views if hasVoicemail() is true Bug: 16518757 Change-Id: I17fb303efa96c28c6b97e5cfbf5d8b1ef6a0159c --- res/layout/call_detail.xml | 29 ----------------- res/layout/call_details_voicemail_header.xml | 47 ++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 29 deletions(-) create mode 100644 res/layout/call_details_voicemail_header.xml (limited to 'res') diff --git a/res/layout/call_detail.xml b/res/layout/call_detail.xml index 2e38e2d99..35c41c0b3 100644 --- a/res/layout/call_detail.xml +++ b/res/layout/call_detail.xml @@ -87,35 +87,6 @@ - - - - - - - - + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3