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

Android界面布局

 2010-07-22 01:14:00 来源:WEB开发网   
核心提示:317. android:orientation="vertical">318.319. < TextView320. android:layout_width="fill_parent" android:layout_height="30px"&

317. android:orientation="vertical">

318.

319. < TextView

320. android:layout_width="fill_parent" android:layout_height="30px">

321. < /TextView>

322.

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

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

325. android:orientation="horizontal">

326.

327. < TextView

328. android:layout_height="wrap_content" android:layout_width="5px" >

329. < /TextView>

330.

331. < TextView

332. android:layout_height="wrap_content" android:layout_width="95px"

333. android:textSize="16sp"

334. android:text="商品名称">

335. < /TextView>

336.

337. < TextView

338. android:layout_height="wrap_content" android:layout_width="60px"

339. android:textSize="16sp"

340. android:text="单价">

341. < /TextView>

342.

343. < TextView

344. android:layout_height="wrap_content" android:layout_width="60px"

345. android:textSize="16sp"

346. android:text="数量">

347. < /TextView>

348.

349. < TextView

350. android:layout_height="wrap_content" android:layout_width="60px"

351. android:textSize="16sp"

352. android:text="合计">

353. < /TextView>

354.

355. < /LinearLayout>

356.

357. < ListView

358. android:id="@+id/shoppingcart_list"

359. android:layout_width="340px" android:layout_height="150px">

360. < /ListView>

361.

362. < TextView

363. android:layout_height="10px"

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

Tags:Android 界面 布局

编辑录入:coldstar [复制链接] [打 印]
[]
  • 好
  • 好的评价 如果觉得好,就请您
      0%(0)
  • 差
  • 差的评价 如果觉得差,就请您
      0%(0)
赞助商链接