|
|
@@ -9,14 +9,12 @@
|
|
|
android:id="@+id/empty_view"
|
|
|
layout="@layout/empty_view"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_below="@+id/title" />
|
|
|
+ android:layout_height="match_parent"/>
|
|
|
|
|
|
<com.sheep.gamegroup.view.customview.RefreshLayout
|
|
|
android:id="@+id/swipe_container"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_below="@+id/title"
|
|
|
android:paddingStart="@dimen/content_padding_16"
|
|
|
android:paddingEnd="@dimen/content_padding_16">
|
|
|
|