|
|
@@ -59,7 +59,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:lines="1"
|
|
|
- android:maxLength="15"
|
|
|
+ android:maxLength="10"
|
|
|
android:ellipsize="end"
|
|
|
android:text="账号"
|
|
|
android:textColor="#000000"
|
|
|
@@ -67,7 +67,7 @@
|
|
|
<TextView
|
|
|
android:id="@+id/item_sdk_user_name"
|
|
|
android:lines="1"
|
|
|
- android:maxLength="20"
|
|
|
+ android:maxLength="10"
|
|
|
android:ellipsize="end"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|