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

Commit ce208d10 authored by zachh's avatar zachh Committed by Copybara-Service
Browse files

Use white background in new call log.

Bug: 74402112
Test: none
PiperOrigin-RevId: 188782198
Change-Id: I36c2adcd8f0403c88694343cbbf12e9aba229afb
parent c36254ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,6 +20,6 @@
    android:id="@+id/new_call_log_recycler_view"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/background_dialer_light"
    android:background="@color/background_dialer_white"
    android:paddingBottom="@dimen/floating_action_button_list_bottom_padding"
    android:clipToPadding="false"/>