WEB开发网
开发学院手机开发Android 开发 Android界面布局 阅读

Android界面布局

 2010-07-22 01:14:00 来源:WEB开发网   
核心提示:142. < /Button>143.144. < AbsoluteLayout xmlns:android="http://schemas.android.com/apk/res/android"145. android:layout_width="100px"

142. < /Button>

143.

144. < AbsoluteLayout xmlns:android="http://schemas.android.com/apk/res/android"

145. android:layout_width="100px" android:layout_height="76px"

146. android:layout_x="20px" android:layout_y="22px"

147. android:background="@drawable/image_border">

148.

149. < ImageView

150. android:id="@+id/image"

151. android:layout_width="96px" android:layout_height="72px"

152. android:layout_x="2px" android:layout_y="2px">

153. < /ImageView>

154.

155. < /AbsoluteLayout>

156.

157. < Button

158. android:id="@+id/page_next"

159. android:layout_width="20px" android:layout_height="100px"

160. android:layout_x="120px" android:layout_y="10px"

161. android:background="@drawable/next_image">

162. < /Button>

163.

164. < LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

165. android:id="@+id/title_layout"

166. android:layout_width="95px" android:layout_height="100px"

167. android:layout_x="140px" android:layout_y="10px"

168. android:orientation="vertical">

169.

170. < TextView

171. android:layout_width="fill_parent" android:layout_height="10px"

172. android:textSize="12sp">

173. < /TextView>

174.

175. < TextView

176. android:id="@+id/product_name_info"

177. android:layout_width="fill_parent" android:layout_height="30px"

178. android:textSize="12sp">

179. < /TextView>

180.

181. < LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

182. android:layout_width="wrap_content"

上一页  1 2 3 4 5 6 7 8 9 10  下一页

Tags:Android 界面 布局

编辑录入:coldstar [复制链接] [打 印]
赞助商链接