From af833cb138de08933cf4ca8e725f5a99d1e24961 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Tue, 11 Apr 2017 15:49:31 +0200 Subject: [PATCH] remove empty box above some recyclerviews --- Habitica/res/layout/fragment_recyclerview.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Habitica/res/layout/fragment_recyclerview.xml b/Habitica/res/layout/fragment_recyclerview.xml index 6c5da0794..7724f7c66 100644 --- a/Habitica/res/layout/fragment_recyclerview.xml +++ b/Habitica/res/layout/fragment_recyclerview.xml @@ -19,6 +19,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/empty_view" - style="@style/EmptyView"/> + style="@style/EmptyView" + android:visibility="gone"/>