zoukankan      html  css  js  c++  java
  • 第二次作业

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

  • 相关阅读:
    HAVING 和 WHERE 的使用
    Input and Output
    python数据分析知识点
    正则化
    ol 接入百度地图
    高德室内地图解析
    mapbox 接入高德矢量地图实战
    4、微信小程序和weui
    3、YishaAdmin开源框架搭建
    2、微信小程序开发注册、配置介绍说明
  • 原文地址:https://www.cnblogs.com/www111/p/14044468.html
Copyright © 2011-2022 走看看