Merge "Fix remove view visibility."
diff --git a/res/layout/lists_fragment.xml b/res/layout/lists_fragment.xml
index 98a1422..bcf414b 100644
--- a/res/layout/lists_fragment.xml
+++ b/res/layout/lists_fragment.xml
@@ -56,6 +56,7 @@
         android:id="@+id/remove_view"
         android:layout_width="match_parent"
         android:layout_height="@dimen/tab_height"
+        android:layout_marginTop="@dimen/action_bar_height_large"
         android:layout_alignParentTop="true" >
 
         <LinearLayout