|
|
@@ -3,22 +3,18 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:paddingBottom="@dimen/content_padding_10"
|
|
|
- android:paddingStart="4dp"
|
|
|
- android:paddingEnd="4dp">
|
|
|
+ android:paddingEnd="4dp"
|
|
|
+ android:paddingStart="4dp">
|
|
|
|
|
|
<include
|
|
|
android:id="@+id/empty_view"
|
|
|
layout="@layout/empty_view"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent" />
|
|
|
- <!--<com.sheep.gamegroup.view.customview.SheepmSwipeRefreshLayout-->
|
|
|
- <!--android:id="@+id/refresh"-->
|
|
|
- <!--android:layout_width="match_parent"-->
|
|
|
- <!--android:layout_height="wrap_content">-->
|
|
|
|
|
|
- <com.jcodecraeer.xrecyclerview.XRecyclerView
|
|
|
- android:id="@+id/recyclerview"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent" />
|
|
|
- <!--</com.sheep.gamegroup.view.customview.SheepmSwipeRefreshLayout>-->
|
|
|
+ <com.jcodecraeer.xrecyclerview.XRecyclerView
|
|
|
+ android:id="@+id/recyclerview"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:descendantFocusability="blocksDescendants" />
|
|
|
</RelativeLayout>
|