Use match_parent toward FrameLayout containing ListView

Bug: 5559865
Change-Id: I9355953900f8d4718752863945abc13673d41408
diff --git a/res/layout/call_log_fragment.xml b/res/layout/call_log_fragment.xml
index 4735d03..f87e981 100644
--- a/res/layout/call_log_fragment.xml
+++ b/res/layout/call_log_fragment.xml
@@ -33,7 +33,7 @@
     </FrameLayout>
     <FrameLayout
         android:layout_width="match_parent"
-        android:layout_height="wrap_content"
+        android:layout_height="match_parent"
     >
         <ListView android:id="@android:id/list"
             android:layout_width="match_parent"