...
|
...
|
@@ -13,69 +13,15 @@ |
|
|
android:layout_height="wrap_content"
|
|
|
app:toolTitle="文本课程" />
|
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
android:id="@+id/course_recycler"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
android:id="@+id/course_recycler"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_marginStart="16dp"
|
|
|
android:layout_marginTop="24dp"
|
|
|
android:layout_marginEnd="16dp"
|
|
|
android:overScrollMode="never"
|
|
|
android:scrollbars="none"
|
|
|
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/course_type_group"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="vertical"
|
|
|
android:visibility="gone">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="252dp"
|
|
|
android:background="@color/white"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
android:id="@+id/course_type"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="0dp"
|
|
|
android:layout_marginBottom="8dp"
|
|
|
android:layout_weight="1"
|
|
|
android:overScrollMode="never"
|
|
|
android:paddingStart="16dp"
|
|
|
android:paddingEnd="16dp"
|
|
|
android:scrollbars="none"
|
|
|
app:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
|
|
|
app:spanCount="3" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/complete"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="40dp"
|
|
|
android:layout_margin="16dp"
|
|
|
android:background="@drawable/solid_25_4"
|
|
|
android:gravity="center"
|
|
|
android:text="完成"
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="15sp" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="0dp"
|
|
|
android:layout_weight="1"
|
|
|
android:alpha="0.3"
|
|
|
android:background="@color/black" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
</RelativeLayout>
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_marginStart="16dp"
|
|
|
android:layout_marginTop="24dp"
|
|
|
android:layout_marginEnd="16dp"
|
|
|
android:overScrollMode="never"
|
|
|
android:scrollbars="none"
|
|
|
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
|
|
|
|
|
|
</LinearLayout> |
|
|
\ No newline at end of file |
...
|
...
|
|