Android界面布局
2010-07-22 01:14:00 来源:WEB开发网54. android:textSize="14sp"
55. android:text="本店公告: 全场一律七折,机不可失,失不再来">
56. < /TextView>
57.
58. < /LinearLayout>
59.
60. < ScrollView
61. android:layout_width="332px" android:layout_height="90px"
62. android:layout_x="25px" android:layout_y="125px"
63. android:scrollbars="vertical"
64. android:fadingEdge="vertical">
65.
66. < TextView
67. android:id="@+id/shopinfo_content"
68. android:layout_width="fill_parent" android:layout_height="fill_parent"
69. android:textSize="12sp">
70. < /TextView>
71. < /ScrollView>
72.
73. < /AbsoluteLayout>
74.
75. < /LinearLayout>
76.
77.
78.
79.
80. < LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
81. android:id="@+id/layout2"
82. android:layout_width="fill_parent" android:layout_height="fill_parent"
83. android:orientation="horizontal">
84.
85. < LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
86. android:id="@+id/listview_layout"
87. android:layout_width="160px" android:layout_height="250px"
88. android:orientation="vertical">
89.
90. < TextView
91. android:layout_width="fill_parent" android:layout_height="20px">
92. < /TextView>
93.
94. < ImageView
95. android:id="@+id/list_title_image"
96. android:layout_width="fill_parent" android:layout_height="40px"
97. android:background="@drawable/list_title">
98. < /ImageView>
99.
100. < AbsoluteLayout
更多精彩
赞助商链接