summaryrefslogtreecommitdiff
path: root/res/layout/call_log_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/call_log_fragment.xml')
-rw-r--r--res/layout/call_log_fragment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/call_log_fragment.xml b/res/layout/call_log_fragment.xml
index ff0d58e00..cee6af15e 100644
--- a/res/layout/call_log_fragment.xml
+++ b/res/layout/call_log_fragment.xml
@@ -21,7 +21,7 @@
android:orientation="vertical"
android:divider="?android:attr/dividerHorizontal"
android:showDividers="end"
- android:background="@color/background_dialer_list_items">
+ android:background="@color/background_dialer_call_log">
<FrameLayout
android:id="@+id/voicemail_status"
@@ -40,7 +40,7 @@
<android.support.v7.widget.RecyclerView android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@color/background_dialer_list_items"
+ android:background="@color/background_dialer_call_log"
android:padding="8dp" />
<include