Fixing quick contact height.

Bug: 7086687
Change-Id: Iad8161cc8daffbf6c91eacb96a6e5e9285138e56
diff --git a/res/layout/quickcontact_activity.xml b/res/layout/quickcontact_activity.xml
index 66ddbc6..7f8ae03 100644
--- a/res/layout/quickcontact_activity.xml
+++ b/res/layout/quickcontact_activity.xml
@@ -48,6 +48,7 @@
         <android.support.v4.view.ViewPager
             android:id="@+id/item_list_pager"
             android:layout_width="match_parent"
-            android:layout_height="156dip" />
+            android:layout_height="156dip"
+            android:background="@color/quickcontact_list_background"/>
     </LinearLayout>
 </view>