注册布局

<LinearLayout
    android:layout_width="match_parent"
    android:layout_height="80px"
    android:layout_marginLeft="72px"
    android:layout_marginRight="72px"
    android:layout_marginTop="168px"
    android:orientation="horizontal">


    <com.stategrid.echarge.view.ClearEditText
        android:id="@+id/et_phone"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="@android:color/white"
        android:gravity="center_vertical"
        android:hint="手机号"
        android:inputType="number"
        android:maxLength="11"
        android:maxLines="1"
        android:paddingRight="20px"
        android:singleLine="true"
        android:textColor="#2c2c2c"
        android:textColorHint="#c7c7cd"
        android:textCursorDrawable="@drawable/color_cursor"
        android:textSize="13sp"></com.stategrid.echarge.view.ClearEditText>
</LinearLayout>

<View
    android:layout_width="match_parent"
    android:layout_height="1px"
    android:layout_marginLeft="72px"
    android:layout_marginRight="72px"
    android:layout_marginTop="48px"
    android:background="#c7c7cd" />

<LinearLayout
    android:layout_width="match_parent"
    android:layout_height="80px"
    android:layout_marginLeft="72px"
    android:layout_marginRight="72px"
    android:layout_marginTop="48px"
    android:orientation="horizontal">

    <com.stategrid.echarge.view.ClearEditText
        android:id="@+id/et_password"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="@android:color/white"
        android:gravity="center_vertical"
        android:hint="密码(至少八位)"
        android:inputType="textPassword"
        android:maxLines="1"
        android:paddingRight="20px"
        android:singleLine="true"
        android:textColor="#2c2c2c"
        android:textColorHint="#c7c7cd"
        android:textCursorDrawable="@drawable/color_cursor"
        android:textSize="13sp"></com.stategrid.echarge.view.ClearEditText>

</LinearLayout>

<View
    android:layout_width="match_parent"
    android:layout_height="1px"
    android:layout_marginLeft="72px"
    android:layout_marginRight="72px"
    android:layout_marginTop="48px"
    android:background="#c7c7cd" />

<LinearLayout
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_marginLeft="72px"
    android:layout_marginRight="72px"
    android:orientation="horizontal">


    <com.stategrid.echarge.view.ClearEditText
        android:id="@+id/et_verification_code"
        android:layout_width="0px"
        android:layout_height="match_parent"
        android:layout_weight="1"
        android:background="@android:color/white"
        android:gravity="center_vertical"
        android:hint="验证码"
        android:inputType="number"
        android:maxLength="6"
        android:maxLines="1"
        android:paddingRight="20px"
        android:singleLine="true"
        android:textColor="#2c2c2c"
        android:textColorHint="#c7c7cd"
        android:textCursorDrawable="@drawable/color_cursor"
        android:textSize="13sp"></com.stategrid.echarge.view.ClearEditText>

    <com.stategrid.echarge.view.TimerButton
        android:id="@+id/tb_verification_code"
        android:layout_width="320px"
        android:layout_height="105px"
        android:layout_marginTop="21px"
        android:background="@drawable/shape_forget_password"
        android:gravity="center"
        android:text="获取验证码"
        android:textColor="@color/sbarcolor"
        android:textSize="13sp" />

</LinearLayout>

<View
    android:layout_width="match_parent"
    android:layout_height="1px"
    android:layout_marginLeft="72px"
    android:layout_marginRight="72px"
    android:layout_marginTop="21px"
    android:background="#c7c7cd" />

<LinearLayout
    android:id="@+id/ll_deal"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_marginLeft="72px"
    android:layout_marginRight="72px"
    android:layout_marginTop="75px"
    android:orientation="horizontal">

    <TextView
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:text="注册即表示同意"
        android:textColor="#999999"
        android:textSize="13sp" />

    <TextView
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:text="《用户协议》"
        android:textColor="@color/sbarcolor"
        android:textSize="13sp" />

</LinearLayout>

<Button
    android:id="@+id/bt_regist"
    android:layout_width="936px"
    android:layout_height="132px"
    android:layout_gravity="center"
    android:layout_marginTop="48px"
    android:background="@drawable/shape_login"
    android:gravity="center"
    android:text="注册"
    android:textColor="@android:color/white"
    android:textSize="18sp" />

<View
    android:layout_width="match_parent"
    android:layout_height="0px"
    android:layout_weight="1" />
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值