zoukankan      html  css  js  c++  java
  • 个人作业冲刺(一)

    <?xml version="1.0" encoding="utf-8"?>
    <LinearLayout android:layout_height="match_parent"
        android:layout_width="match_parent"
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:orientation="vertical">
    
        <TextView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="请进行操作"
            android:gravity="center"
            android:textSize="30dp"
            android:textColor="#C51414"/>
    
        <Button
            android:id="@+id/add"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="体温登记" />
    
        <Button
            android:id="@+id/account"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="体温登记情况" />
        <Button
            android:id="@+id/table"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="生成14天报表" />
        <Button
            android:id="@+id/zhexian"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="生成14天温度折线图"/>
        <Button
            android:id="@+id/ditu"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="地图"/>
    
    
    </LinearLayout>
  • 相关阅读:
    Linux-nmap
    MongoDb注意事项
    HTML如何转XTML
    Centos 64位 Install certificate on apache 即走https协议
    CentOS 下搭建部署独立SVN服务器全程详解(5.5)
    LNMP安装与配置
    64位CentOS 6.0下搭建LAMP环境
    Apache遇到的问题:APR not found
    超详细LAMP环境搭建
    偏方治百病
  • 原文地址:https://www.cnblogs.com/jz-no-bug/p/14908057.html
Copyright © 2011-2022 走看看