|
@@ -13,6 +13,13 @@
|
|
|
tools:ignore="MissingDefaultResource">
|
|
|
|
|
|
|
|
|
+ <View
|
|
|
+ android:id="@+id/view_status_var"
|
|
|
+ android:layout_width="1px"
|
|
|
+ android:layout_height="1px"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
+
|
|
|
<FrameLayout
|
|
|
android:id="@+id/share_screen_fragment"
|
|
|
android:layout_width="@dimen/dp_200"
|
|
@@ -20,7 +27,7 @@
|
|
|
android:layout_marginTop="@dimen/dp_5"
|
|
|
android:layout_marginBottom="@dimen/dp_10"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintLeft_toRightOf="@+id/view_status_var"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
app:layout_constraintVertical_bias="0.0" />
|
|
|
|
|
@@ -48,42 +55,42 @@
|
|
|
<FrameLayout
|
|
|
android:id="@+id/teaching_tools_fragment"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="97dp"
|
|
|
android:layout_marginEnd="@dimen/dp_5"
|
|
|
app:layout_constraintBottom_toBottomOf="@id/tv_teaching_tools"
|
|
|
- app:layout_constraintTop_toTopOf="@id/tv_teaching_tools"
|
|
|
- app:layout_constraintEnd_toStartOf="@id/tv_teaching_tools"/>
|
|
|
+ app:layout_constraintEnd_toStartOf="@id/tv_teaching_tools"
|
|
|
+ app:layout_constraintTop_toTopOf="@id/tv_teaching_tools" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_activity_live_share_screen_location"
|
|
|
- android:visibility="invisible"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginBottom="@dimen/dp_10"
|
|
|
+ android:src="@drawable/ic_student_on_stage"
|
|
|
+ android:visibility="invisible"
|
|
|
app:layout_constraintBottom_toBottomOf="@id/share_screen_fragment"
|
|
|
- app:layout_constraintEnd_toEndOf="@+id/share_screen_fragment"
|
|
|
- android:src="@drawable/ic_student_on_stage"/>
|
|
|
+ app:layout_constraintEnd_toEndOf="@+id/share_screen_fragment" />
|
|
|
|
|
|
<com.cooleshow.base.widgets.ColorTextView
|
|
|
android:id="@+id/tv_teaching_tools"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:paddingLeft="@dimen/dp_3"
|
|
|
- android:paddingRight="@dimen/dp_3"
|
|
|
- android:paddingTop="@dimen/dp_5"
|
|
|
- android:paddingBottom="@dimen/dp_5"
|
|
|
- android:layout_marginBottom="@dimen/dp_15"
|
|
|
android:layout_marginRight="@dimen/dp_5"
|
|
|
- app:ctvBackground="#01C1B5"
|
|
|
- app:ctvCornerSize="8dp"
|
|
|
+ android:layout_marginBottom="@dimen/dp_15"
|
|
|
android:drawableStart="@drawable/ic_teacher_tools"
|
|
|
android:gravity="center"
|
|
|
+ android:paddingLeft="@dimen/dp_3"
|
|
|
+ android:paddingTop="@dimen/dp_5"
|
|
|
+ android:paddingRight="@dimen/dp_3"
|
|
|
+ android:paddingBottom="@dimen/dp_5"
|
|
|
android:text="教学工具"
|
|
|
- android:visibility="gone"
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/dp_12"
|
|
|
- app:layout_constraintTop_toTopOf="@+id/iv_activity_live_share_screen_location"
|
|
|
- app:layout_constraintEnd_toEndOf="@+id/share_screen_fragment" />
|
|
|
+ android:visibility="gone"
|
|
|
+ app:ctvBackground="#01C1B5"
|
|
|
+ app:ctvCornerSize="8dp"
|
|
|
+ app:layout_constraintRight_toLeftOf="@+id/video_list_fragment"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/iv_activity_live_share_screen_location" />
|
|
|
|
|
|
|
|
|
<TextView
|
|
@@ -130,7 +137,10 @@
|
|
|
android:id="@+id/video_list_fragment"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="0dp"
|
|
|
+ android:layout_marginStart="15dp"
|
|
|
android:layout_marginTop="@dimen/dp_5"
|
|
|
+ android:layout_marginEnd="15dp"
|
|
|
+ android:layout_marginBottom="5dp"
|
|
|
app:layout_constraintBottom_toTopOf="@id/play_metronome_fragment"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toEndOf="@+id/share_screen_fragment"
|
|
@@ -139,14 +149,11 @@
|
|
|
<FrameLayout
|
|
|
android:id="@+id/play_metronome_fragment"
|
|
|
android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/dp_5"
|
|
|
+ android:layout_height="@dimen/dp_74"
|
|
|
android:visibility="gone"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toEndOf="@+id/share_screen_fragment"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/video_list_fragment" />
|
|
|
-
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/share_screen_fragment" />
|
|
|
|
|
|
<FrameLayout
|
|
|
android:id="@+id/top_operate_control_fragment"
|