Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit acb12618 authored by uabdullah's avatar uabdullah Committed by Copybara-Service
Browse files

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
parent 8dd4dffb
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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">

  <android.support.v7.widget.RecyclerView
@@ -26,7 +27,6 @@
      android:id="@+id/new_voicemail_call_log_recycler_view"
      android:layout_width="match_parent"
      android:layout_height="match_parent"
      android:background="@color/background_dialer_light"
      android:paddingBottom="88dp"
      android:clipToPadding="false"/>

@@ -41,7 +41,6 @@
        android:layout_height="wrap_content"
        android:layout_gravity="center"
        android:visibility="gone"/>

  </FrameLayout>

</FrameLayout>