|
@@ -431,12 +431,14 @@
|
|
|
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:background="@drawable/shape_b3000000_12dp"
|
|
|
android:orientation="vertical"
|
|
|
android:paddingTop="10dp"
|
|
|
+ android:paddingStart="12dp"
|
|
|
+ android:paddingEnd="12dp"
|
|
|
+ android:paddingBottom="12dp"
|
|
|
+ android:layout_marginBottom="10dp"
|
|
|
android:visibility="gone"
|
|
|
- tools: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">
|
|
@@ -450,7 +452,7 @@
|
|
|
android:gravity="center"
|
|
|
android:text="VIP定制课"
|
|
|
android:textColor="@color/color_416fff"
|
|
|
- android:textSize="@dimen/sp_13" />
|
|
|
+ android:textSize="@dimen/sp_11" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_marginTop="7dp"
|
|
@@ -462,7 +464,7 @@
|
|
|
android:gravity="center"
|
|
|
android:text="趣纠课"
|
|
|
android:textColor="@color/color_416fff"
|
|
|
- android:textSize="@dimen/sp_13" />
|
|
|
+ android:textSize="@dimen/sp_11" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_live_course"
|
|
@@ -474,7 +476,7 @@
|
|
|
android:gravity="center"
|
|
|
android:text="直播课"
|
|
|
android:textColor="@color/color_416fff"
|
|
|
- android:textSize="@dimen/sp_13" />
|
|
|
+ android:textSize="@dimen/sp_11" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_video_course"
|
|
@@ -486,7 +488,7 @@
|
|
|
android:gravity="center"
|
|
|
android:text="视频课"
|
|
|
android:textColor="@color/color_416fff"
|
|
|
- android:textSize="@dimen/sp_13" />
|
|
|
+ android:textSize="@dimen/sp_11" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_music_sheet"
|
|
@@ -498,7 +500,7 @@
|
|
|
android:gravity="center"
|
|
|
android:text="乐谱"
|
|
|
android:textColor="@color/color_416fff"
|
|
|
- android:textSize="@dimen/sp_13" />
|
|
|
+ android:textSize="@dimen/sp_11" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<androidx.constraintlayout.widget.Group
|