LinearLayout(线性布局):

layout/activity_main.xml

xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">


android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">

android:layout_height="wrap_content"
android:text="用户名:"/>
android:layout_height="wrap_content"
android:hint="请输入1-10个字符"
android:layout_weight="1"/>

android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
android:layout_height="wrap_content"
android:text="密 码:"/>
android:layout_height="wrap_content"
android:hint="请输入1-10个字符"
android:layout_weight="1"
android:password="true"/>


android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_marginTop="20dp">
android:layout_height="30dp"
android:layout_weight="1"
/>


android:layout_width="wrap_content"
android:layout_height="30dp"
android:background="@drawable/btn_bg"
android:drawableLeft="@drawable/login32x32"
android:text="登陆" />


android:layout_height="30dp"
android:layout_weight="1"
/>