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