Android界面布局
2010-07-22 01:14:00 来源:WEB开发网496. android:layout_x="210px" android:layout_y="10px"
497. android:background="@drawable/button_cancelbuy">
498. < /Button>
499.
500. < /AbsoluteLayout>
501.
502. < /LinearLayout>
503.
504. < /LinearLayout>
505.
506.
507.
508. < /FrameLayout>
509.
510. < AbsoluteLayout
511. android:layout_width="wrap_content" android:layout_height="fill_parent">
512.
513. < Button
514. android:id="@+id/button_shopinfo"
515. android:layout_width="wrap_content" android:layout_height="wrap_content"
516. android:layout_x="0px" android:layout_y="30px"
517. android:background="@drawable/button_shopinfo">
518. < /Button>
519.
520. < Button
521. android:id="@+id/button_productlist"
522. android:layout_width="wrap_content" android:layout_height="wrap_content"
523. android:layout_x="0px" android:layout_y="80px"
524. android:background="@drawable/button_productlist">
525. < /Button>
526.
527. < Button
528. android:id="@+id/button_shoppingcart"
529. android:layout_width="wrap_content" android:layout_height="wrap_content"
530. android:layout_x="0px" android:layout_y="130px"
531. android:background="@drawable/button_shoppingcart">
532. < /Button>
533.
534. < /AbsoluteLayout>
535.
536. < /LinearLayout>< /LinearLayout>
更多精彩
赞助商链接