From acb12618647a153ca87506c018e16d13d3a97968 Mon Sep 17 00:00:00 2001 From: uabdullah Date: Tue, 13 Mar 2018 11:23:54 -0700 Subject: Make NUI VM Background White Makes the views where the voicemails are displayed and the empty view white. Bug: 74402112 Test: N/A PiperOrigin-RevId: 188901487 Change-Id: I55a12dd067e66cc0f4efca3eb79b5a8f9e761082 --- .../voicemail/listui/res/layout/new_voicemail_call_log_fragment.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'java/com/android/dialer') diff --git a/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_call_log_fragment.xml b/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_call_log_fragment.xml index 7bada6abe..1bd36fa23 100644 --- a/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_call_log_fragment.xml +++ b/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_call_log_fragment.xml @@ -19,6 +19,7 @@ android:id="@+id/new_voicemail_frame_layout" android:layout_width="match_parent" android:layout_height="match_parent" + android:background="@color/background_dialer_white" android:orientation="vertical"> @@ -41,7 +41,6 @@ android:layout_height="wrap_content" android:layout_gravity="center" android:visibility="gone"/> - -- cgit v1.2.3