|
@@ -24,7 +24,7 @@
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_title"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="10dp"
|
|
|
android:layout_marginTop="5dp"
|
|
@@ -32,11 +32,18 @@
|
|
|
android:textColor="@color/color_1a1a1a"
|
|
|
android:textSize="@dimen/sp_16"
|
|
|
android:textStyle="bold"
|
|
|
+ android:maxLines="1"
|
|
|
+ android:ellipsize="end"
|
|
|
+ app:layout_constraintHorizontal_bias="0"
|
|
|
+ app:layout_constraintHorizontal_chainStyle="packed"
|
|
|
app:layout_constraintLeft_toRightOf="@+id/iv_avatar"
|
|
|
+ app:layout_constraintRight_toLeftOf="@+id/tv_course_name"
|
|
|
app:layout_constraintTop_toTopOf="@+id/iv_avatar"
|
|
|
- tools:text="张豆豆" />
|
|
|
+ app:layout_constraintWidth_default="wrap"
|
|
|
+ tools:text="张豆豆张豆豆张豆豆张豆豆张豆豆张豆豆张豆豆张豆豆" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:layout_marginEnd="5dp"
|
|
|
android:id="@+id/tv_course_name"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -52,15 +59,16 @@
|
|
|
android:textSize="@dimen/sp_11"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/tv_title"
|
|
|
app:layout_constraintLeft_toRightOf="@+id/tv_title"
|
|
|
+ app:layout_constraintRight_toLeftOf="@+id/rating_bar_for_student"
|
|
|
app:layout_constraintTop_toTopOf="@+id/tv_title"
|
|
|
tools:text="单簧管" />
|
|
|
|
|
|
<RatingBar
|
|
|
- android:isIndicator="true"
|
|
|
android:id="@+id/rating_bar_for_student"
|
|
|
style="@style/HomeRatingBar"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="19dp"
|
|
|
+ android:isIndicator="true"
|
|
|
android:numStars="5"
|
|
|
android:rating="3"
|
|
|
android:stepSize="1"
|
|
@@ -94,9 +102,9 @@
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_comment_content"
|
|
|
- android:layout_marginTop="14dp"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="14dp"
|
|
|
android:includeFontPadding="false"
|
|
|
android:textColor="@color/color_333333"
|
|
|
android:textSize="@dimen/sp_13"
|