加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

login_pwd.xml

发布时间:2020-12-16 06:18:14 所属栏目:百科 来源:网络整理
导读:?xml version="1.0" encoding="utf-8"? LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/login_bg" android:orientatio
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/login_bg" android:orientation="vertical" > <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <ImageView android:id="@+id/login_logo" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical|center_horizontal" android:paddingTop="60dp" android:src="@drawable/login_logo" /> <EditText android:id="@+id/Phonenumber" android:layout_width="260dip" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" android:layout_marginTop="30dip" android:background="@drawable/common_input" android:inputType="phone" android:maxLength="11" android:textColor="#000000" android:textSize="20sp" /> <!-- <ImageView android:id="@id/inputUsername" android:layout_alignLeft="@id/Phonenumber" android:layout_alignTop="@id/Phonenumber" android:layout_alignBottom="@id/Phonenumber" android:src="@drawable/username"/> --> <EditText android:id="@+id/Password" android:layout_width="260dip" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" android:layout_marginTop="30dip" android:background="@drawable/common_input" android:inputType="number" android:textColor="#000000" android:textSize="20sp" /> </LinearLayout> <Button android:id="@+id/btnLogin" android:layout_width="260dip" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" android:layout_marginTop="40dip" android:background="@drawable/common_btn" android:text="登录" android:textColor="#ffffff" android:textSize="20dp" /> <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="horizontal" android:paddingBottom="30dp" > <TextView android:id="@+id/freeRegister" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:paddingLeft="110dp" android:text="免费注册" android:textSize="10sp" android:textStyle="bold" /> <TextView android:id="@+id/forgetPwd" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignBaseline="@+id/freeRegister" android:layout_alignBottom="@+id/freeRegister" android:layout_marginLeft="17dp" android:layout_toRightOf="@+id/freeRegister" android:paddingRight="50dp" android:text="忘记密码" android:textSize="10sp" android:textStyle="bold" /> </RelativeLayout> </LinearLayout>

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读