Android界面布局
2010-07-22 01:14:00 来源:WEB开发网101. android:id="@+id/name_price_title"
102. android:layout_width="fill_parent" android:layout_height="210px">
103.
104. < TextView
105. android:layout_width="wrap_content" android:layout_height="30px"
106. android:layout_x="20px" android:layout_y="0px"
107. android:textSize="14sp"
108. android:text="商品名称">
109. < /TextView>
110.
111. < TextView
112. android:layout_width="wrap_content" android:layout_height="30px"
113. android:layout_x="110px" android:layout_y="0px"
114. android:textSize="14sp"
115. android:text="价格">
116. < /TextView>
117.
118. < ListView
119. android:id="@+id/product_list"
120. android:layout_width="140px" android:layout_height="150px"
121. android:layout_x="10px" android:layout_y="30px">
122. < /ListView>
123.
124. < /AbsoluteLayout>
125.
126. < /LinearLayout>
127.
128. < LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
129. android:id="@+id/product_layout"
130. android:layout_width="240px" android:layout_height="250px"
131. android:orientation="vertical">
132.
133. < AbsoluteLayout xmlns:android="http://schemas.android.com/apk/res/android"
134. android:id="@+id/brief_layout"
135. android:layout_width="fill_parent" android:layout_height="110px">
136.
137. < Button
138. android:id="@+id/page_later"
139. android:layout_width="20px" android:layout_height="100px"
140. android:layout_x="0px" android:layout_y="10px"
141. android:background="@drawable/later_image">
赞助商链接