|
|
@@ -153,15 +153,21 @@
|
|
|
android:layout_marginTop="@dimen/divider_5px"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
- <androidx.recyclerview.widget.RecyclerView
|
|
|
- android:id="@+id/rvGame"
|
|
|
+ <com.scwang.smartrefresh.layout.SmartRefreshLayout
|
|
|
+ android:id="@+id/swipeGame"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_marginStart="@dimen/divider_48px"
|
|
|
android:layout_marginTop="@dimen/divider_12px"
|
|
|
- android:layout_weight="1"
|
|
|
- tools:ignore="NestedWeights"
|
|
|
- tools:listitem="@layout/item_game_list" />
|
|
|
+ android:layout_weight="1">
|
|
|
+
|
|
|
+ <androidx.recyclerview.widget.RecyclerView
|
|
|
+ android:id="@+id/rvGame"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ tools:listitem="@layout/item_game_list" />
|
|
|
+
|
|
|
+ </com.scwang.smartrefresh.layout.SmartRefreshLayout>
|
|
|
|
|
|
<androidx.cardview.widget.CardView
|
|
|
android:layout_width="@dimen/divider_200px"
|
|
|
@@ -194,7 +200,6 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="@dimen/divider_9px"
|
|
|
- android:text="968"
|
|
|
android:textColor="@android:color/white"
|
|
|
android:textSize="@dimen/divider_34px"
|
|
|
android:textStyle="bold" />
|
|
|
@@ -212,7 +217,6 @@
|
|
|
android:layout_height="0dp"
|
|
|
android:layout_marginTop="@dimen/divider_9px"
|
|
|
android:layout_weight="1"
|
|
|
- android:text="50分钟"
|
|
|
android:textColor="@android:color/white"
|
|
|
android:textSize="@dimen/divider_32px"
|
|
|
android:textStyle="bold" />
|
|
|
@@ -221,9 +225,9 @@
|
|
|
android:id="@+id/btnCheck"
|
|
|
android:layout_width="@dimen/divider_140px"
|
|
|
android:layout_height="@dimen/divider_50px"
|
|
|
+ android:layout_marginBottom="@dimen/divider_38px"
|
|
|
android:background="@drawable/bg_check_button"
|
|
|
android:text="@string/view"
|
|
|
- android:layout_marginBottom="@dimen/divider_38px"
|
|
|
android:textColor="@color/color_FF3B92DC"
|
|
|
android:textSize="@dimen/divider_28px" />
|
|
|
|