Add missing layout_width/height

Bug 7364149

Change-Id: I082cb83903fdb8496e6a050fd299656db7f6aeab
diff --git a/res/layout/call_log_fragment.xml b/res/layout/call_log_fragment.xml
index 3646edc..687fa35 100644
--- a/res/layout/call_log_fragment.xml
+++ b/res/layout/call_log_fragment.xml
@@ -32,11 +32,15 @@
     />
     </FrameLayout>
 
-    <FrameLayout>
+    <FrameLayout
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        >
         <TextView
             android:id="@+id/filter_status"
             style="@style/ContactListSeparatorTextViewStyle"
             android:layout_width="match_parent"
+            android:layout_height="wrap_content"
             android:layout_marginLeft="@dimen/call_log_outer_margin"
             android:layout_marginRight="@dimen/call_log_outer_margin"
             android:paddingTop="@dimen/call_log_inner_margin"