第二次作业

<?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">

 

<ImageView

    android:layout_width="wrap_content"

    android:layout_height="wrap_content"

    android:background="@mipmap/ic_launcher"

    android:layout_marginTop="150dp"

    android:layout_centerHorizontal="true"/>

 

<EditText

    android:layout_width="200dp"

    android:layout_height="wrap_content"

    android:text="请输入用户名:"

    android:layout_marginTop="250dp"

    android:layout_centerHorizontal="true"/>

 

<EditText

    android:layout_width="200dp"

    android:layout_height="wrap_content"

    android:text="请输入用户名:"

    android:layout_marginTop="300dp"

    android:layout_centerHorizontal="true"/>

<Button

    android:layout_width="100dp"

    android:layout_height="50dp"

    android:layout_centerHorizontal="true"

    android:layout_marginTop="350dp"

    android:text="登录"

    android:onClick="click"/>

</RelativeLayout>

posted @ 2020-11-26 20:46  刘威计算机1801  阅读(38)  评论(0编辑  收藏  举报