Update the styling of the empty call log.

This makes the styling consistent with the one of the favorites tab.

Bug: 5278455
Change-Id: I2be6cddf333552644885133a85f68f4ddf4048d1
diff --git a/res/layout/call_log_fragment.xml b/res/layout/call_log_fragment.xml
index 26689be..852b6f7 100644
--- a/res/layout/call_log_fragment.xml
+++ b/res/layout/call_log_fragment.xml
@@ -46,6 +46,8 @@
             android:layout_height="match_parent"
             android:text="@string/recentCalls_empty"
             android:gravity="center"
+            android:layout_marginTop="@dimen/empty_message_top_margin"
+            android:textColor="?android:attr/textColorSecondary"
             android:textAppearance="?android:attr/textAppearanceLarge"
         />
     </FrameLayout>