fix
lmw
2024-11-09 d1a9e3312387b6c47e6186af506787a8a66369d1
app/src/main/res/layout/activity_course_deatil.xml
@@ -19,6 +19,7 @@
            android:text="赠送好友"
            android:drawableStart="@mipmap/send"
            android:textSize="14sp"
            android:visibility="gone"
            android:layout_marginStart="26dp"
            android:textColor="@color/textColor"
            android:drawablePadding="8dp"
@@ -223,6 +224,7 @@
                <androidx.recyclerview.widget.RecyclerView
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:layout_marginTop="10dp"
                    android:id="@+id/rv_chapter"/>
                <TextView
                    android:layout_width="wrap_content"
@@ -238,6 +240,7 @@
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:layout_marginHorizontal="14dp"
                    android:layout_marginBottom="20dp"
                    android:id="@+id/rv_push"/>
            </LinearLayout>