修复BUG
This commit is contained in:
@@ -73,10 +73,10 @@
|
||||
android:layout_marginLeft="30dp"
|
||||
android:layout_marginRight="30dp"
|
||||
android:background="@mipmap/ws_ind"
|
||||
android:ems="15"
|
||||
android:ems="8"
|
||||
android:gravity="center"
|
||||
android:maxEms="15"
|
||||
android:maxLength="15"
|
||||
android:maxEms="8"
|
||||
android:maxLength="8"
|
||||
android:maxLines="1"
|
||||
android:paddingBottom="5dp"
|
||||
android:textColor="#999999"
|
||||
|
||||
@@ -77,6 +77,8 @@
|
||||
android:layout_height="wrap_content"
|
||||
tools:text="TextView"
|
||||
android:textColor="#333333"
|
||||
android:maxLength="5"
|
||||
android:ellipsize="end"
|
||||
android:layout_gravity="center"
|
||||
android:textSize="16sp"
|
||||
android:textStyle="bold" />
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"> 0
|
||||
android:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/user_name"
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
<TextView
|
||||
android:id="@+id/rc_conversation_content"
|
||||
android:layout_width="100dp"
|
||||
android:layout_height="20dp"
|
||||
android:layout_height="22dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="end"
|
||||
|
||||
Reference in New Issue
Block a user