首页 > 其他 > 详细

团队计划(6.6)

时间:2016-06-06 13:43:02      阅读:189      评论:0      收藏:0      [点我收藏+]

今天做了什么?

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

源代码

 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>

第一阶段冲刺基本结束。

团队计划(6.6)

原文:http://www.cnblogs.com/sisi-job/p/5563390.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!