Removed fading edges.

-Minor padding fix

Bug: 5136536
Change-Id: I1526aabd98c23ec33906d95744d78bb0292fff9a
diff --git a/res/layout/contact_detail_fragment.xml b/res/layout/contact_detail_fragment.xml
index 581dc03..a7b509d 100644
--- a/res/layout/contact_detail_fragment.xml
+++ b/res/layout/contact_detail_fragment.xml
@@ -24,6 +24,7 @@
         android:layout_width="match_parent"
         android:layout_height="0px"
         android:layout_weight="1"
+        android:fadingEdge="none"
         android:background="@color/background_primary"
         android:divider="@null"/>
 
@@ -31,6 +32,7 @@
         android:layout_width="match_parent"
         android:layout_height="0px"
         android:layout_weight="1"
+        android:fadingEdge="none"
         android:visibility="gone">
 
         <TextView android:id="@+id/emptyText"