|
|
|
@ -36,10 +36,12 @@
|
|
|
|
|
android:id="@+id/login_name"
|
|
|
|
|
android:layout_width="310dp"
|
|
|
|
|
android:layout_height="60dp"
|
|
|
|
|
android:textSize="40sp"
|
|
|
|
|
android:textSize="25sp"
|
|
|
|
|
android:hint="username"
|
|
|
|
|
android:maxLength="11"
|
|
|
|
|
android:maxLength="16"
|
|
|
|
|
android:maxLines="1"
|
|
|
|
|
android:text="用户名:12345678900"
|
|
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
<!-- android:text="用户名:胡图图"-->
|
|
|
|
|
|
|
|
|
@ -89,7 +91,7 @@
|
|
|
|
|
android:hint="address"
|
|
|
|
|
android:maxLength="25"
|
|
|
|
|
android:maxLines="1"
|
|
|
|
|
android:text="地址:翻斗花园2#1001室" />
|
|
|
|
|
android:text="地址:湖南省常德市武陵区" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|