个人作业冲刺(一)

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

 

posted @ 2021-03-28 18:31  奇怪的软工人  阅读(15)  评论(0编辑  收藏  举报