一月二十三日 安卓程序开发二

首先做了一个初始化的登录界面

 

 

复制代码
<TextView

        android:id="@+id/et1"
        android:layout_marginTop="150dp"
        android:layout_width="match_parent"
        android:layout_height="75dp"
        android:gravity="center"
        android:text="登录"
        android:textColor="#50120D"
        android:textSize="25sp" />

    <EditText

        android:id="@+id/et2"
        android:layout_marginTop="15dp"
        android:layout_width="match_parent"
        android:layout_height="50dp"
        android:hint="用户名"
        android:gravity="center_vertical"
        android:maxLines="1" />

    <EditText

        android:id="@+id/et3"
        android:layout_marginTop="10dp"
        android:layout_width="match_parent"
        android:layout_height="50dp"
        android:hint="密码"
        android:inputType="textPassword"
        android:gravity="center_vertical"
        android:maxLines="1" />

    <LinearLayout
        android:layout_marginTop="25dp"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:gravity="center">

        <Button
            android:id="@+id/et4"
            android:layout_width="100dp"
            android:layout_height="40dp"
            android:layout_gravity="center"
            android:layout_marginTop="10dp"
            android:text="登录"
            android:textSize="15sp" />

        <Button
            android:id="@+id/et5"
            android:layout_width="100dp"
            android:layout_height="40dp"
            android:layout_gravity="center"
            android:layout_marginTop="10dp"
            android:text="注册"
            android:textSize="15sp" />

    </LinearLayout>
复制代码

 

posted @   财神给你送元宝  阅读(6)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· 没有Manus邀请码?试试免邀请码的MGX或者开源的OpenManus吧
· 园子的第一款AI主题卫衣上架——"HELLO! HOW CAN I ASSIST YOU TODAY
· 【自荐】一款简洁、开源的在线白板工具 Drawnix
点击右上角即可分享
微信分享提示