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>

    第二阶段冲刺基本结束。

  • 相关阅读:
    Problem C: 类的初体验(V)
    接口与继承
    类和对象
    java函数方法
    数组
    string类的一些函数方法
    java语法基础
    大道至简——做个懒人
    java编程 求和
    编程的精义
  • 原文地址:https://www.cnblogs.com/sisi-job/p/5563390.html
Copyright © 2011-2022 走看看