团队计划(6.6)
Posted 是你,就好
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了团队计划(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>
第一阶段冲刺基本结束。
以上是关于团队计划(6.6)的主要内容,如果未能解决你的问题,请参考以下文章