From c5b58aa372390b544668c79550c70237399c8c0d Mon Sep 17 00:00:00 2001 From: uabdullah Date: Thu, 25 Jan 2018 15:25:50 -0800 Subject: Show voicemail error messages for NUI This CL shows the voicemail error messages for both VVM and OMTP type voicemails. It hooks upto the existing error framework and retrieves the voicemail error states and then displays it. Bug: 71700117 Test: Unit Tests PiperOrigin-RevId: 183301455 Change-Id: Ib2b7fb957fbfd2af2227747d327cef466259eb6f --- .../res/layout/new_voicemail_entry_alert.xml | 101 ++++++++++++++++++--- 1 file changed, 90 insertions(+), 11 deletions(-) (limited to 'java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry_alert.xml') diff --git a/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry_alert.xml b/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry_alert.xml index e8dcd02d6..28d639118 100644 --- a/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry_alert.xml +++ b/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry_alert.xml @@ -14,17 +14,96 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License --> - + - - + + - + android:paddingTop="@dimen/alert_main_padding" + android:paddingBottom="@dimen/alert_main_padding" + android:paddingStart="@dimen/alert_main_padding" + android:paddingEnd="@dimen/alert_main_padding" + android:gravity="top" + android:orientation="horizontal"> + + + + + + + + + + + + +