|
|
|
@ -3,29 +3,163 @@
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:background="#FFD700">
|
|
|
|
|
android:background="#FFFFFF">
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:layout_marginTop="20dp"
|
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="120dp"
|
|
|
|
|
android:layout_height="120dp"
|
|
|
|
|
android:layout_gravity=""
|
|
|
|
|
android:src="@drawable/tx">
|
|
|
|
|
</ImageView>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity=""
|
|
|
|
|
android:text=""
|
|
|
|
|
></TextView>
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:src="@drawable/htt"></ImageView>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
|
android:layout_marginTop="40dp"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="50dp"
|
|
|
|
|
android:layout_height="50dp"
|
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
|
android:src="@drawable/user" />
|
|
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
|
android:layout_width="310dp"
|
|
|
|
|
android:layout_height="60dp"
|
|
|
|
|
android:textSize="25sp"
|
|
|
|
|
android:hint="username"
|
|
|
|
|
android:maxLength="10"
|
|
|
|
|
android:maxLines="1"
|
|
|
|
|
android:text="用户名:胡图图" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
|
android:layout_marginTop="20dp"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="45dp"
|
|
|
|
|
android:layout_height="45dp"
|
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
|
android:src="@drawable/sex" />
|
|
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
|
android:layout_width="310dp"
|
|
|
|
|
android:layout_height="60dp"
|
|
|
|
|
android:textSize="25sp"
|
|
|
|
|
android:hint="username"
|
|
|
|
|
android:maxLength="4"
|
|
|
|
|
android:maxLines="1"
|
|
|
|
|
android:text="性别:男"/>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
|
android:layout_marginTop="20dp"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="50dp"
|
|
|
|
|
android:layout_height="50dp"
|
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
|
android:src="@drawable/address"/>
|
|
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
|
android:layout_width="310dp"
|
|
|
|
|
android:layout_height="60dp"
|
|
|
|
|
android:textSize="25sp"
|
|
|
|
|
android:hint="address"
|
|
|
|
|
android:maxLength="25"
|
|
|
|
|
android:maxLines="1"
|
|
|
|
|
android:text="地址:翻斗花园2#1001室" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
|
android:layout_marginTop="20dp"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="50dp"
|
|
|
|
|
android:layout_height="50dp"
|
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
|
android:src="@drawable/red" />
|
|
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
|
android:layout_width="310dp"
|
|
|
|
|
android:layout_height="60dp"
|
|
|
|
|
android:textSize="25sp"
|
|
|
|
|
android:hint="money"
|
|
|
|
|
android:maxLength="10"
|
|
|
|
|
android:maxLines="1"
|
|
|
|
|
android:text="红包卡券:10张" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="20dp"
|
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="50dp"
|
|
|
|
|
android:layout_height="50dp"
|
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
|
android:src="@drawable/" />
|
|
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
|
android:layout_width="310dp"
|
|
|
|
|
android:layout_height="60dp"
|
|
|
|
|
android:textSize="25sp"
|
|
|
|
|
android:hint="search"
|
|
|
|
|
android:maxLines="1"
|
|
|
|
|
android:text="查看订单" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
|
android:layout_marginTop="20dp"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="50dp"
|
|
|
|
|
android:layout_height="50dp"
|
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
|
android:src="" />
|
|
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
|
android:layout_width="310dp"
|
|
|
|
|
android:layout_height="60dp"
|
|
|
|
|
android:textSize="25sp"
|
|
|
|
|
android:hint="set"
|
|
|
|
|
android:maxLines="1"
|
|
|
|
|
android:text="设置" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|