Chinaunix首页 | 论坛 | 博客
  • 博客访问: 368303
  • 博文数量: 284
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1707
  • 用 户 组: 普通用户
  • 注册时间: 2014-05-14 16:38
文章分类

全部博文(284)

文章存档

2015年(6)

2014年(278)

我的朋友

分类: Android平台

2014-06-18 16:35:50

11105333_V3OP.png

代码:

1

2

3       xmlns:android=""

5        android:layout_width="match_parent"

6        android:layout_height="match_parent"

8        android:useDefaultMargins="true"

9        android:alignmentMode="alignBounds"

10        android:columnOrderPreserved="false"

11 

12        android:columnCount="4"

13        >

14

15  

16            android:text="Email setup"

17           android:textSize="32dip"

18 

19            android:layout_columnSpan="4"

20            android:layout_gravity="center_horizontal"

21            />

22 

23    

24            android:text="You can configure email in just a few steps:"

25            android:textSize="16dip"

26 

27            android:layout_columnSpan="4"

28            android:layout_gravity="left"

29            />

30 

31    

32            android:text="Email address:"

33 

34            android:layout_gravity="right"

35            />

36 

37    

38            android:ems="10"

39            />

40 

41    

42            android:text="Password:"

43

44            android:layout_column="0"

45           android:layout_gravity="right"

46            />

47 

48    

49            android:ems="8"

50            />

51 

52    

53           android:layout_row="4"

54            android:layout_column="0"

55            android:layout_columnSpan="3"

56            android:layout_gravity="fill"

57            />

58 

59    

阅读(421) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~