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

Android界面布局

 2010-07-22 01:14:00 来源:WEB开发网   
核心提示:225. < /TextView>226.227. < TextView228. android:id="@+id/product_feature_info"229. android:layout_width="wrap_content" android:lay

225. < /TextView>

226.

227. < TextView

228. android:id="@+id/product_feature_info"

229. android:layout_width="wrap_content" android:layout_height="wrap_content"

230. android:textSize="10sp"

231. android:text="时尚简约,功能齐全">

232. < /TextView>

233.

234. < /LinearLayout>

235.

236. < /LinearLayout>

237.

238. < /AbsoluteLayout>

239.

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

241. android:id="@+id/button_layout"

242. android:layout_width="fill_parent" android:layout_height="140px">

243.

244. < TextView

245. android:layout_width="fill_parent" android:layout_height="20px"

246. android:layout_x="20px" android:layout_y="0px"

247. android:textSize="12sp"

248. android:text="详细信息:">

249. < /TextView>

250.

251. < ScrollView

252. android:layout_width="200px" android:layout_height="80px"

253. android:layout_x="20px" android:layout_y="20px"

254. android:scrollbars="vertical"

255. android:fadingEdge="vertical">

256.

257. < TextView

258. android:id="@+id/productContent"

259. android:layout_width="fill_parent" android:layout_height="fill_parent"

260. android:textSize="12sp">

261. < /TextView>

262. < /ScrollView>

263.

264. < LinearLayout

265. android:layout_width="90px" android:layout_height="30px"

266. android:layout_x="20px" android:layout_y="110px"

267. android:orientation="horizontal">

268.

269. < TextView

270. android:layout_width="wrap_content"

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

Tags:Android 界面 布局

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