|
@@ -5,18 +5,9 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
- <ImageView
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:adjustViewBounds="true"
|
|
|
- android:scaleType="fitXY"
|
|
|
- android:src="@drawable/bg_sparring_course_header"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent" />
|
|
|
-
|
|
|
<include
|
|
|
android:id="@+id/toolbar_include"
|
|
|
- layout="@layout/common_toolbar_layout_white" />
|
|
|
+ layout="@layout/common_toolbar_layout" />
|
|
|
|
|
|
<androidx.core.widget.NestedScrollView
|
|
|
android:layout_width="match_parent"
|
|
@@ -177,22 +168,6 @@
|
|
|
app:layout_constraintLeft_toRightOf="@+id/view_title_line"
|
|
|
app:layout_constraintTop_toTopOf="@+id/view_title_line" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_set_teacher_comment"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:drawableLeft="@drawable/icon_edit_appraisal"
|
|
|
- android:drawablePadding="3dp"
|
|
|
- android:includeFontPadding="false"
|
|
|
- android:paddingEnd="11dp"
|
|
|
- android:text="@string/appraisal_str"
|
|
|
- android:textColor="@color/color_2dc7aa"
|
|
|
- android:textSize="@dimen/sp_14"
|
|
|
- android:visibility="invisible"
|
|
|
- app:layout_constraintBottom_toBottomOf="@+id/view_title_line"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="@+id/view_title_line" />
|
|
|
-
|
|
|
<FrameLayout
|
|
|
android:id="@+id/view_content_bg"
|
|
|
android:layout_width="match_parent"
|
|
@@ -213,7 +188,7 @@
|
|
|
android:drawableLeft="@drawable/icon_teacher_appraisal_empty"
|
|
|
android:drawablePadding="8dp"
|
|
|
android:gravity="center_vertical"
|
|
|
- android:text="课程结束之后记得对学员的\n表现进行评价哦!"
|
|
|
+ android:text="课程结束之后老师会对您的\n学习进行点评哦!"
|
|
|
android:textColor="@color/color_999999"
|
|
|
android:textSize="@dimen/sp_13" />
|
|
|
|
|
@@ -259,20 +234,20 @@
|
|
|
app:layout_constraintLeft_toRightOf="@+id/view_title_line_stu_comment"
|
|
|
app:layout_constraintTop_toTopOf="@+id/view_title_line_stu_comment" />
|
|
|
|
|
|
- <RatingBar
|
|
|
- android:id="@+id/rating_bar_for_student"
|
|
|
- style="@style/HomeRatingBar"
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_evaluate"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="19dp"
|
|
|
- android:layout_marginStart="6dp"
|
|
|
- android:numStars="5"
|
|
|
- android:rating="3"
|
|
|
- android:stepSize="1"
|
|
|
- android:visibility="gone"
|
|
|
- app:layout_constraintBottom_toBottomOf="@+id/tv_stu_comment_title"
|
|
|
- app:layout_constraintLeft_toRightOf="@+id/tv_stu_comment_title"
|
|
|
- app:layout_constraintTop_toTopOf="@+id/tv_stu_comment_title"
|
|
|
- tools:visibility="visible" />
|
|
|
+ android:layout_height="@dimen/dp_40"
|
|
|
+ android:layout_marginRight="@dimen/dp_12"
|
|
|
+ android:drawableLeft="@drawable/icon_course_detail_evaluate"
|
|
|
+ android:drawablePadding="@dimen/dp_2"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="评价"
|
|
|
+ android:textColor="@color/color_2dc7aa"
|
|
|
+ android:textSize="@dimen/sp_14"
|
|
|
+ android:visibility="visible"
|
|
|
+ app:layout_constraintRight_toRightOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
<FrameLayout
|
|
|
android:id="@+id/view_stu_comment_content_bg"
|
|
@@ -294,7 +269,7 @@
|
|
|
android:drawableLeft="@drawable/icon_stu_comment_empty"
|
|
|
android:drawablePadding="8dp"
|
|
|
android:gravity="center_vertical"
|
|
|
- android:text="学员尚未对您进行评价"
|
|
|
+ android:text="课程结束之后记得对老师的\n教学进行评价哦"
|
|
|
android:textColor="@color/color_999999"
|
|
|
android:textSize="@dimen/sp_13" />
|
|
|
|
|
@@ -376,7 +351,7 @@
|
|
|
android:drawableLeft="@drawable/icon_homework_empty"
|
|
|
android:drawablePadding="8dp"
|
|
|
android:gravity="center_vertical"
|
|
|
- android:text="课程结束之后记得布置作业哦!"
|
|
|
+ android:text="课程结束后老师会布置作业哦!"
|
|
|
android:textColor="@color/color_999999"
|
|
|
android:textSize="@dimen/sp_13" />
|
|
|
|
|
@@ -429,8 +404,8 @@
|
|
|
android:drawableLeft="@drawable/icon_edit_appraisal"
|
|
|
android:drawablePadding="3dp"
|
|
|
android:includeFontPadding="false"
|
|
|
- android:paddingEnd="11dp"
|
|
|
android:paddingTop="5dp"
|
|
|
+ android:paddingEnd="11dp"
|
|
|
android:paddingBottom="5dp"
|
|
|
android:text="编辑"
|
|
|
android:textColor="@color/color_2dc7aa"
|
|
@@ -542,7 +517,7 @@
|
|
|
android:drawableLeft="@drawable/icon_homework_comment"
|
|
|
android:drawablePadding="8dp"
|
|
|
android:gravity="center_vertical"
|
|
|
- android:text="您尚未点评作业"
|
|
|
+ android:text="课程结束后上传作业视频会\n得到老师点评哦~"
|
|
|
android:textColor="@color/color_999999"
|
|
|
android:textSize="@dimen/sp_13" />
|
|
|
|
|
@@ -562,7 +537,6 @@
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
- android:visibility="gone"
|
|
|
android:id="@+id/tv_enter_room"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="44dp"
|
|
@@ -573,6 +547,7 @@
|
|
|
android:gravity="center"
|
|
|
android:text="进入教室"
|
|
|
android:textColor="@color/white"
|
|
|
+ android:visibility="gone"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent" />
|