|
|
@@ -153,7 +153,7 @@
|
|
|
android:layout_marginTop="@dimen/divider_5px"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
- <com.scwang.smartrefresh.layout.SmartRefreshLayout
|
|
|
+ <com.scwang.smart.refresh.layout.SmartRefreshLayout
|
|
|
android:id="@+id/swipeGame"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="match_parent"
|
|
|
@@ -161,13 +161,17 @@
|
|
|
android:layout_marginTop="@dimen/divider_12px"
|
|
|
android:layout_weight="1">
|
|
|
|
|
|
+ <com.scwang.smart.refresh.header.ClassicsHeader
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content" />
|
|
|
+
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
android:id="@+id/rvGame"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
tools:listitem="@layout/item_game_list" />
|
|
|
|
|
|
- </com.scwang.smartrefresh.layout.SmartRefreshLayout>
|
|
|
+ </com.scwang.smart.refresh.layout.SmartRefreshLayout>
|
|
|
|
|
|
<androidx.cardview.widget.CardView
|
|
|
android:layout_width="@dimen/divider_200px"
|