Commit 081602a5 authored by linfeng's avatar linfeng

bug修改

parent 7368186e
...@@ -60,7 +60,8 @@ ...@@ -60,7 +60,8 @@
android:gravity="right|center_vertical" android:gravity="right|center_vertical"
android:hint="请输入昵称" android:hint="请输入昵称"
android:maxLength="32" android:maxLength="32"
android:maxLines="1" android:singleLine="true"
android:ellipsize="end"
android:textColor="@color/colorMain" android:textColor="@color/colorMain"
android:textColorHint="@color/colorGray" android:textColorHint="@color/colorGray"
android:textSize="@dimen/text_16" /> android:textSize="@dimen/text_16" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment