Android界面布局
2010-07-22 01:14:00 来源:WEB开发网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"
更多精彩
赞助商链接