Android界面布局
2010-07-22 01:14:00 来源:WEB开发网14.
15. < LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
16. android:id="@+id/layout1"
17. android:layout_width="fill_parent" android:layout_height="fill_parent"
18. android:orientation="vertical"
19. android:background="@drawable/shopinfo_back">
20.
21. < TextView
22. android:layout_width="fill_parent" android:layout_height="20px">
23. < /TextView>
24.
25. < AbsoluteLayout xmlns:android="http://schemas.android.com/apk/res/android"
26. android:layout_width="fill_parent" android:layout_height="fill_parent">
27.
28. < LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
29. android:layout_width="fill_parent" android:layout_height="fill_parent"
30. android:layout_x="125px" android:layout_y="10px"
31. android:orientation="horizontal">
32.
33. < TextView
34. android:layout_width="wrap_content" android:layout_height="wrap_content"
35. android:textSize="20sp"
36. android:text="欢迎光临: ">
37. < /TextView>
38.
39. < TextView
40. android:id="@+id/shopinfo_shopname"
41. android:layout_width="wrap_content" android:layout_height="wrap_content"
42. android:textSize="20sp">
43. < /TextView>
44.
45. < /LinearLayout>
46.
47. < LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
48. android:layout_width="fill_parent" android:layout_height="fill_parent"
49. android:layout_x="125px" android:layout_y="40px"
50. android:orientation="horizontal">
51.
52. < TextView
53. android:layout_width="250px" android:layout_height="wrap_content"
更多精彩
赞助商链接