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

Android界面布局

 2010-07-22 01:14:00 来源:WEB开发网   
核心提示:450.451. < TextView452. android:layout_width="100px" android:layout_height="fill_parent"453. android:textSize="16sp"454. androi

450.

451. < TextView

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

453. android:textSize="16sp"

454. android:text="邮政编码:">

455. < /TextView>

456.

457. < EditText

458. android:id="@+id/user_zipcode"

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

460. android:textSize="10sp">

461. < /EditText>

462.

463. < /LinearLayout>

464.

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

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

467. android:orientation="horizontal">

468.

469. < TextView

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

471. android:textSize="16sp"

472. android:text="联系号码:">

473. < /TextView>

474.

475. < EditText

476. android:id="@+id/user_phone"

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

478. android:textSize="10sp">

479. < /EditText>

480.

481. < /LinearLayout>

482.

483. < AbsoluteLayout

484. android:layout_width="fill_parent" android:layout_height="50px">

485.

486. < Button

487. android:id="@+id/button_pay"

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

489. android:layout_x="60px" android:layout_y="10px"

490. android:background="@drawable/button_pay">

491. < /Button>

492.

493. < Button

494. android:id="@+id/button_cancelbuy"

495. android:layout_width="wrap_content"

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

Tags:Android 界面 布局

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