zoukankan      html  css  js  c++  java
  • 团队计划(6.6)

    今天做了什么?

    进行金额展示界面的图形界面设计

    源代码

     1 <?xml version="1.0" encoding="utf-8"?>
     2 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
     3     android:layout_width="match_parent"
     4     android:layout_height="match_parent"
     5     android:background="@drawable/qianbao4" >
     6 
     7     <TextView
     8         android:id="@+id/textView1"
     9         android:layout_width="wrap_content"
    10         android:layout_height="wrap_content"
    11         android:text="当月花销" />
    12 
    13     <TextView
    14         android:id="@+id/textView2"
    15         android:layout_width="wrap_content"
    16         android:layout_height="wrap_content"
    17         android:text="" />
    18 
    19     <TextView
    20         android:id="@+id/textView3"
    21         android:layout_width="wrap_content"
    22         android:layout_height="wrap_content"
    23         android:text="" />
    24 
    25     <TextView
    26         android:id="@+id/textView4"
    27         android:layout_width="wrap_content"
    28         android:layout_height="wrap_content"
    29         android:text="" />
    30 
    31     <Button
    32         android:id="@+id/button1"
    33         android:layout_width="wrap_content"
    34         android:layout_height="wrap_content"
    35         android:text="确认" />
    36 
    37 </TableLayout>

    第二阶段冲刺基本结束。

  • 相关阅读:
    分布式框架---Dubbox 简介
    MySql 多表查询
    MySql 增删改查
    redis
    spring security 自定义登录页面及从数据库查询账户登录
    java数据结构-
    Maven-
    有关多行相同数据,只显示在第一行的实现
    javaWEB的第一次MVC之旅
    JavaWeb中的 请求转发 和 重定向
  • 原文地址:https://www.cnblogs.com/sisi-job/p/5563390.html
Copyright © 2011-2022 走看看