|
@@ -251,6 +251,7 @@
|
|
|
app:layout_constraintRight_toLeftOf="@+id/iv_mic"
|
|
|
app:layout_constraintTop_toTopOf="@+id/icon_add_like" />
|
|
|
|
|
|
+
|
|
|
<ImageView
|
|
|
android:id="@+id/icon_add_like"
|
|
|
android:layout_width="wrap_content"
|
|
@@ -272,11 +273,11 @@
|
|
|
app:layout_constraintTop_toTopOf="@+id/icon_add_like" />
|
|
|
|
|
|
<View
|
|
|
- android:visibility="invisible"
|
|
|
android:id="@+id/view_center"
|
|
|
android:layout_width="1px"
|
|
|
android:layout_height="1px"
|
|
|
android:layout_marginTop="50dp"
|
|
|
+ android:visibility="invisible"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
@@ -332,9 +333,9 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="11dp"
|
|
|
+ android:layout_marginBottom="10dp"
|
|
|
android:background="@drawable/shape_live_barrage_for_snap_up_msg"
|
|
|
android:paddingStart="10dp"
|
|
|
- android:layout_marginBottom="10dp"
|
|
|
android:paddingTop="3dp"
|
|
|
android:paddingEnd="10dp"
|
|
|
android:paddingBottom="3dp"
|
|
@@ -354,6 +355,68 @@
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_shop_car_menu"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="10dp"
|
|
|
+ android:background="@drawable/bg_live_shop_car_menu"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:paddingTop="10dp"
|
|
|
+ android:visibility="gone"
|
|
|
+ app:layout_constraintBottom_toTopOf="@+id/iv_shop_car"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/iv_shop_car"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/iv_shop_car">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_appointment_course"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center_horizontal"
|
|
|
+ android:background="@drawable/bg_live_shop_car_item"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="约课"
|
|
|
+ android:textColor="@color/color_416fff"
|
|
|
+ android:textSize="@dimen/sp_13" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_live_course"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center_horizontal"
|
|
|
+ android:layout_marginTop="7dp"
|
|
|
+ android:background="@drawable/bg_live_shop_car_item"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="直播课"
|
|
|
+ android:textColor="@color/color_416fff"
|
|
|
+ android:textSize="@dimen/sp_13" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_video_course"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center_horizontal"
|
|
|
+ android:layout_marginTop="7dp"
|
|
|
+ android:background="@drawable/bg_live_shop_car_item"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="视频课"
|
|
|
+ android:textColor="@color/color_416fff"
|
|
|
+ android:textSize="@dimen/sp_13" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_music_sheet"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center_horizontal"
|
|
|
+ android:layout_marginTop="7dp"
|
|
|
+ android:background="@drawable/bg_live_shop_car_item"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="乐谱"
|
|
|
+ android:textColor="@color/color_416fff"
|
|
|
+ android:textSize="@dimen/sp_13" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
<androidx.constraintlayout.widget.Group
|
|
|
android:id="@+id/group_views"
|
|
|
android:layout_width="wrap_content"
|