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>
  • 相关阅读:
    [USACO 5.5]Hidden Password
    [Codeforces 1016F]Road Projects
    再会,OI
    [TJOI 2018]智力竞赛
    [POI 2009]Lyz
    [NOI 2015]品酒大会
    [NOI 2017]蔬菜
    [NOI 2017]整数
    [NOI 2017]游戏
    [NOI 2017]蚯蚓排队
  • 原文地址:https://www.cnblogs.com/megumin/p/13805072.html
Copyright © 2011-2022 走看看