|
@@ -0,0 +1,200 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
+ android:layout_width="428dp"
|
|
|
+ android:layout_height="598dp"
|
|
|
+ android:layout_gravity="center">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/cusview_model_view_e_background"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:scaleType="fitXY"></ImageView>
|
|
|
+
|
|
|
+ <FrameLayout
|
|
|
+ android:id="@+id/cusview_model_view_e_show_rule"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="123dp"
|
|
|
+ app:layout_constraintBottom_toTopOf="@+id/cusview_cusview_model_view_e_course_layout"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"></FrameLayout>
|
|
|
+
|
|
|
+ <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
+ android:id="@+id/cusview_cusview_model_view_e_course_layout"
|
|
|
+ android:layout_width="381dp"
|
|
|
+ android:layout_height="104dp"
|
|
|
+ android:layout_marginTop="135dp"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/cusview_model_view_e_background"
|
|
|
+ app:layout_constraintEnd_toEndOf="@+id/cusview_model_view_e_background"
|
|
|
+ app:layout_constraintStart_toStartOf="@+id/cusview_model_view_e_background"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:layout_constraintVertical_bias="0.0">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/cusview_model_view_e_icon"
|
|
|
+ android:layout_width="94dp"
|
|
|
+ android:layout_height="76dp"
|
|
|
+ android:layout_marginStart="13dp"
|
|
|
+ android:background="@color/red"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintHorizontal_bias="0.0"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"></ImageView>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/cusview_model_view_e_name"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="春夏秋冬"
|
|
|
+ android:textSize="26dp"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintHorizontal_bias="0.05"
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/cusview_model_view_e_icon"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:layout_constraintVertical_bias="0.19"></TextView>
|
|
|
+
|
|
|
+ <com.edufound.reader.cusview.RoundFrameLayout
|
|
|
+ android:id="@+id/cusview_model_view_e_enter_match"
|
|
|
+ android:layout_width="111dp"
|
|
|
+ android:layout_height="31dp"
|
|
|
+ android:background="#32C965"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/cusview_model_view_e_name"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintHorizontal_bias="0.62"
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/cusview_model_view_e_name"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/cusview_model_view_e_name"
|
|
|
+ app:radio="30">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="立即参赛"
|
|
|
+ android:textColor="#FFFFFF"
|
|
|
+ android:textSize="17dp"></TextView>
|
|
|
+ </com.edufound.reader.cusview.RoundFrameLayout>
|
|
|
+
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+
|
|
|
+ android:id="@+id/linearLayout3"
|
|
|
+ android:layout_width="265dp"
|
|
|
+ android:layout_height="30dp"
|
|
|
+ android:gravity="left|center"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintHorizontal_bias="1.0"
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/cusview_model_view_e_icon"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/cusview_model_view_e_name"
|
|
|
+ app:layout_constraintVertical_bias="0.32999998">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:scaleType="center"
|
|
|
+ android:src="@drawable/adapter_item_record_authority_allcount"></ImageView>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/cusview_model_view_e_allcount_num"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_gravity="center|left"
|
|
|
+ android:layout_weight="2"
|
|
|
+ android:gravity="center|left"
|
|
|
+ android:text="1234"
|
|
|
+ android:textColor="#96A3B4"
|
|
|
+ android:textSize="20dp"></TextView>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:scaleType="center"
|
|
|
+ android:src="@drawable/adapter_item_record_thumb"></ImageView>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/cusview_model_view_e_thumb_num"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_gravity="center|left"
|
|
|
+ android:layout_weight="2"
|
|
|
+ android:gravity="center|left"
|
|
|
+ android:text="1234"
|
|
|
+ android:textColor="#96A3B4"
|
|
|
+ android:textSize="20dp"></TextView>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:scaleType="center"
|
|
|
+ android:src="@drawable/adapter_item_record_stars"></ImageView>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/cusview_model_view_e_start_num"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_gravity="center|left"
|
|
|
+ android:layout_weight="2"
|
|
|
+ android:gravity="center|left"
|
|
|
+ android:text="1234"
|
|
|
+ android:textColor="#96A3B4"
|
|
|
+ android:textSize="20dp"></TextView>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+ </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
+
|
|
|
+
|
|
|
+ <FrameLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="335dp"
|
|
|
+ android:layout_marginLeft="30dp"
|
|
|
+ android:layout_marginRight="30dp"
|
|
|
+ android:layout_marginBottom="10dp"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/cusview_model_view_e_background"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/cusview_model_view_e_background"
|
|
|
+ app:layout_constraintVertical_bias="1.0">
|
|
|
+
|
|
|
+
|
|
|
+ <androidx.recyclerview.widget.RecyclerView
|
|
|
+ android:id="@+id/cusview_model_view_e_recyclerview"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:paddingBottom="5dp"></androidx.recyclerview.widget.RecyclerView>
|
|
|
+
|
|
|
+ </FrameLayout>
|
|
|
+</androidx.constraintlayout.widget.ConstraintLayout>
|