update
This commit is contained in:
parent
08445012e8
commit
217eb0bd41
@ -53,37 +53,21 @@
|
||||
app:layout_constraintTop_toTopOf="parent">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/user_name"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:ellipsize="end"
|
||||
android:singleLine="true"
|
||||
android:layout_weight="1"
|
||||
tools:text="用户——123456789012345"
|
||||
android:textColor="#333333"
|
||||
android:textSize="16sp"
|
||||
android:textStyle="bold" />
|
||||
|
||||
<!-- <TextView
|
||||
android:id="@+id/user_name"
|
||||
android:layout_width="0dp"
|
||||
android:layout_weight="1"
|
||||
app:autoSizeTextType="uniform"
|
||||
app:autoSizeMinTextSize="8sp"
|
||||
android:ellipsize="end"
|
||||
app:autoSizeMaxTextSize="16sp"
|
||||
app:autoSizeStepGranularity="1sp"
|
||||
android:layout_height="wrap_content"
|
||||
tools:text="用户——1234567890"
|
||||
android:maxLines="1"
|
||||
android:textColor="#333333"
|
||||
android:textSize="16sp"
|
||||
android:textStyle="bold" />
|
||||
-->
|
||||
<ImageView
|
||||
android:id="@+id/auth"
|
||||
android:layout_width="wrap_content"
|
||||
|
Loading…
x
Reference in New Issue
Block a user