xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context=".MainActivity"
android:orientation="vertical"
android:background="#FFFFFF"
android:gravity="top|left"
>
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
>
android:layout_width="65dp"
android:layout_height="wrap_content"
android:text="用户名"
android:textSize="16sp"
/>
android:layout_width="200dp"
android:layout_height="wrap_content"
android:hint="请输入 登录 用户名"
/>
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
>
android:layout_width="65dp"
android:layout_height="wrap_content"
android:text="密码"
android:textSize="16sp"
/>
android:layout_width="200dp"
android:layout_height="wrap_content"
android:hint="请输入 密码"
/>
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
>
android:layout_width="65dp"
android:layout_height="wrap_content"
android:text="年龄"
android:textSize="16sp"
/>
android:layout_width="200dp"
android:layout_height="wrap_content"
android:hint="请输入 年龄"
/>
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
>
android:layout_width="65dp"
android:layout_height="wrap_content"
android:text="生日"
android:textSize="16sp"
/>
android:layout_width="200dp"
android:layout_height="wrap_content"
android:hint="请输入 您的生日"
/>
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
>
android:layout_width="65dp"
android:layout_height="wrap_content"
android:text="电话"
android:textSize="16sp"
/>
android:layout_width="200dp"
android:layout_height="wrap_content"
android:hint="请输入 您的电话"
/>
android:layout_width="265dp"
android:layout_height="wrap_content"
android:hint="注册"
android:layout_gravity="center_vertical"
/>
编写这个程序的代码:
"1.0"encoding="utf-8"?>
"http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:id="@+id/img1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_launcher"
android:layout_centerInParent="true"
/>
android:id="@+id/img2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_launcher"
android:layout_above="@id/img1"
android:layout_centerInParent="true"
/>
android:id="@+id/img3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_launcher"
android:layout_alignTop="@id/img1"
android:layout_toLeftOf="@id/img1"
/>
android:id="@+id/img4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_launcher"
android:layout_alignTop="@id/img1"
android:layout_toRightOf="@id/img1"
/>
android:id="@+id/img5"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_launcher"
android:layout_below="@id/img1"
android:layout_centerInParent="true"
/>
文/stonecutter(简书作者)
原文链接:http://www.jianshu.com/p/a64f4f12ebb4
著作权归作者所有,转载请联系作者获得授权,并标注“简书作者”。