|
@@ -3,7 +3,8 @@
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="110dp"
|
|
|
- android:layout_height="146dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:paddingBottom="16dp"
|
|
|
android:background="@drawable/shape_10dp_white">
|
|
|
|
|
|
<de.hdodenhof.circleimageview.CircleImageView
|
|
@@ -47,7 +48,7 @@
|
|
|
android:id="@+id/tv_name"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="14dp"
|
|
|
+ android:layout_marginTop="13dp"
|
|
|
android:ellipsize="end"
|
|
|
android:includeFontPadding="false"
|
|
|
android:maxLines="1"
|
|
@@ -71,8 +72,10 @@
|
|
|
android:maxLines="1"
|
|
|
android:textColor="@color/color_999999"
|
|
|
android:textSize="@dimen/sp_12"
|
|
|
+ android:paddingStart="5dp"
|
|
|
+ android:paddingEnd="5dp"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_name"
|
|
|
- tools:text="中国音乐学院" />
|
|
|
+ tools:text="中国音乐学院中国音乐学院" />
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|