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

Android界面布局

 2010-07-22 01:14:00 来源:WEB开发网   
核心提示:406. android:layout_width="fill_parent" android:layout_height="50px"407. android:orientation="horizontal">408.409. < TextVie

406. android:layout_width="fill_parent" android:layout_height="50px"

407. android:orientation="horizontal">

408.

409. < TextView

410. android:layout_width="wrap_content" android:layout_height="fill_parent"

411. android:textSize="16sp"

412. android:text="此次交易总额:">

413. < /TextView>

414.

415. < TextView

416. android:id="@+id/totalpay"

417. android:layout_width="wrap_content" android:layout_height="fill_parent"

418. android:textSize="16sp">

419. < /TextView>

420.

421. < TextView

422. android:layout_width="wrap_content" android:layout_height="fill_parent"

423. android:textSize="16sp"

424. android:text=" ,请填写您的订单.">

425. < /TextView>

426.

427. < /LinearLayout>

428.

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

430. android:layout_width="fill_parent" android:layout_height="40px"

431. android:orientation="horizontal">

432.

433. < TextView

434. android:layout_width="100px" android:layout_height="fill_parent"

435. android:textSize="16sp"

436. android:text="详细地址:">

437. < /TextView>

438.

439. < EditText

440. android:id="@+id/user_address"

441. android:layout_width="220px" android:layout_height="32px"

442. android:textSize="10sp">

443. < /EditText>

444.

445. < /LinearLayout>

446.

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

448. android:layout_width="fill_parent" android:layout_height="40px"

449. android:orientation="horizontal">

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

Tags:Android 界面 布局

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