|
@@ -18,10 +18,10 @@
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_marginStart="10dp"
|
|
|
android:id="@+id/iv_group_admin_tag"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="10dp"
|
|
|
android:src="@drawable/icon_group_admin_tag2"
|
|
|
android:visibility="gone"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/iv_icon"
|
|
@@ -30,21 +30,22 @@
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_title"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="4dp"
|
|
|
+ android:layout_marginEnd="10dp"
|
|
|
android:ellipsize="end"
|
|
|
- android:lines="1"
|
|
|
- android:maxLength="10"
|
|
|
- app:layout_goneMarginStart="10dp"
|
|
|
- android:text=""
|
|
|
android:includeFontPadding="false"
|
|
|
+ android:maxLines="1"
|
|
|
+ android:text=""
|
|
|
android:textColor="@color/black_444"
|
|
|
android:textSize="@dimen/dp_16"
|
|
|
- tools:text="哈哈"
|
|
|
app:layout_constraintBottom_toBottomOf="@id/iv_icon"
|
|
|
+ app:layout_constraintEnd_toStartOf="@+id/imageView2"
|
|
|
app:layout_constraintStart_toEndOf="@+id/iv_group_admin_tag"
|
|
|
- app:layout_constraintTop_toTopOf="@+id/iv_icon" />
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/iv_icon"
|
|
|
+ app:layout_goneMarginStart="10dp"
|
|
|
+ tools:text="哈哈哈哈哈哈哈哈" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_type"
|