先上图:


下面是布局:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"    android:layout_width="match_parent"    android:layout_height="match_parent"    android:background="@drawable/login_bg" >    <LinearLayout        android:layout_width="match_parent"        android:layout_height="wrap_content"        android:layout_below="@+id/imageView1"        android:layout_marginLeft="45dip"        android:layout_marginRight="60dip"        android:orientation="vertical" > <ImageView     android:id="@+id/imageView1"        android:layout_width="match_parent"        android:layout_height="wrap_content"        android:src="@drawable/login_logo" />        <LinearLayout            android:layout_width="match_parent"            android:layout_height="wrap_content"            android:orientation="horizontal" >            <TextView                android:layout_width="wrap_content"                android:layout_height="wrap_content"                android:textSize="16sp"                android:text="账号:" />            <EditText                android:id="@+id/et_account"                android:layout_width="200dip"                android:layout_height="wrap_content"                android:inputType="number"            android:maxLength="10"            android:textSize="16sp"            android:hint="输入账号"                android:background="@drawable/input_normal" />        </LinearLayout>        <LinearLayout            android:layout_width="wrap_content"            android:layout_height="wrap_content"            android:orientation="horizontal" >            <TextView                android:layout_width="wrap_content"                android:layout_height="wrap_content"                android:textSize="16sp"                android:text="密码:" />            <EditText                android:id="@+id/et_password"                android:layout_width="200dip"                android:layout_height="wrap_content"                android:textSize="16sp"                android:password="true"                android:background="@drawable/input_normal" />        </LinearLayout>        <LinearLayout            android:layout_width="wrap_content"            android:layout_height="wrap_content"            android:orientation="horizontal" >            <CheckBox                android:layout_width="wrap_content"                android:layout_height="wrap_content"                android:button="@drawable/cb_check"                android:textColor="#4F4F4F"                android:textSize="16sp"                android:text="记住密码" />        </LinearLayout>        <LinearLayout            android:layout_width="wrap_content"            android:layout_height="wrap_content"            android:layout_gravity="right"            android:orientation="horizontal" >            <Button                android:id="@+id/btn_register"                android:layout_width="110dip"                android:layout_height="35dip"                android:background="@drawable/login_button_nor"                android:gravity="center"                android:text="注册" />            <Button                android:id="@+id/btn_login"                android:layout_width="110dip"                android:layout_height="35dip"                android:background="@drawable/login_btn_selector"                android:gravity="center"                android:text="登陆" />        </LinearLayout>    </LinearLayout></RelativeLayout>


更多相关文章

  1. StickyScrollView解说
  2. android 第三方分享
  3. android 之登录注册用户信息
  4. 自定义布局-自定义RelativeLayout
  5. android自动登陆SharedPreferences
  6. Android布局颜色对应值
  7. DrawerLayout中加入多个View
  8. Android(安卓)线性布局 LinearLayout
  9. ConstraintLayout约束布局属性

随机推荐

  1. Android通知的基本用法
  2. android获取wifi信号强度
  3. Android(安卓)ScrollView 内部控件 layou
  4. Android(安卓)设置让EditText不自动获取
  5. android button 上添加图片
  6. android webview
  7. Android(安卓)PureMVC
  8. android 自动化(1)
  9. 解决java.lang.RuntimeException: Unable
  10. Android的简易弹幕