团队计划(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>

第二阶段冲刺基本结束。

posted on 2016-06-06 12:29  火影不火  阅读(133)  评论(0编辑  收藏  举报