代码记录

代码记录,第1张

概述activity_login.xml<?xmlversion="1.0"encoding="utf-8"?><RelativeLayoutxmlns:android="http://schemas.android.com/apkes/android"android:layout_width="match_parent"android:layout_height="mat
activity_login.xml

<?xml version="1.0" enCoding="utf-8"?>
<relativeLayout xmlns:androID="http://schemas.androID.com/apk/res/androID"
androID:layout_wIDth="match_parent"
androID:layout_height="match_parent">

<linearLayout
androID:ID="@+ID/layout1"
androID:layout_alignParenttop="true"
androID:orIEntation="horizontal"
androID:layout_wIDth="match_parent"
androID:layout_height="60dp">
<TextVIEw
androID:layout_wIDth="90dp"
androID:layout_height="wrap_content"
androID:layout_gravity="center_vertical"
androID:textSize="18sp"
androID:text="账号:" />

<EditText
androID:ID="@+ID/account"
androID:layout_wIDth="0dp"
androID:layout_height="wrap_content"
androID:layout_weight="1"
androID:layout_gravity="center_vertical"/>
</linearLayout>

<linearLayout
androID:ID="@+ID/layout2"
androID:layout_below="@ID/layout1"
androID:orIEntation="horizontal"
androID:layout_wIDth="match_parent"
androID:layout_height="60dp">
<TextVIEw
androID:layout_wIDth="90dp"
androID:layout_height="wrap_content"
androID:layout_gravity="center_vertical"
androID:textSize="18sp"
androID:text="密码:" />

<EditText
androID:ID="@+ID/password"
androID:layout_wIDth="0dp"
androID:layout_height="wrap_content"
androID:layout_weight="1"
androID:layout_gravity="center_vertical"
androID:inputType="textPassword" />
</linearLayout>

<linearLayout
androID:ID="@+ID/layout3"
androID:layout_below="@ID/layout2"
androID:orIEntation="horizontal"
androID:layout_wIDth="match_parent"
androID:layout_height="wrap_content">
<CheckBox
androID:ID="@+ID/remember_pass"
androID:layout_wIDth="wrap_content"
androID:layout_height="wrap_content" />

<TextVIEw
androID:layout_wIDth="wrap_content"
androID:layout_height="wrap_content"
androID:textSize="18sp"
androID:text="记住密码" />

</linearLayout>

<button
androID:ID="@+ID/login"
androID:layout_below="@ID/layout3"
androID:layout_wIDth="match_parent"
androID:layout_height="60dp"
androID:background="#FF4081"
androID:text="登录" />

<button
androID:ID="@+ID/register"
androID:layout_alignParentBottom="true"
androID:layout_centerInParent="true"
androID:layout_wIDth="wrap_content"
androID:layout_height="wrap_content"
androID:background="#ffffff"
androID:textSize="16sp"
androID:textcolor="#928E8E"
androID:text="注册" />

</relativeLayout>
总结

以上是内存溢出为你收集整理的代码记录全部内容,希望文章能够帮你解决代码记录所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1111913.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-29
下一篇 2022-05-29

发表评论

登录后才能评论

评论列表(0条)

保存