remove empty box above some recyclerviews

This commit is contained in:
Phillip Thelen 2017-04-11 15:49:31 +02:00
parent b9d3f03e1b
commit af833cb138

View file

@ -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"/>
</android.support.design.widget.CoordinatorLayout>