Android界面布局
2010-07-22 01:14:00 来源:WEB开发网364. < /TextView>
365.
366. < LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
367. android:layout_width="fill_parent" android:layout_height="fill_parent"
368. android:orientation="horizontal">
369.
370. < TextView
371. android:layout_width="140px" android:layout_height="fill_parent">
372. < /TextView>
373.
374. < Button
375. android:id="@+id/button_buy"
376. android:layout_width="wrap_content" android:layout_height="wrap_content"
377. android:background="@drawable/button_buyproduct">
378. < /Button>
379.
380. < /LinearLayout>
381.
382. < /LinearLayout>
383.
384. < /LinearLayout>
385.
386.
387.
388. < LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
389. android:id="@+id/layout4"
390. android:layout_width="fill_parent" android:layout_height="fill_parent"
391. android:orientation="horizontal">
392.
393. < TextView
394. android:layout_width="30px" android:layout_height="fill_parent">
395. < /TextView>
396.
397. < LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
398. android:layout_width="fill_parent" android:layout_height="fill_parent"
399. android:orientation="vertical">
400.
401. < TextView
402. android:layout_width="fill_parent" android:layout_height="30px">
403. < /TextView>
404.
405. < LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
更多精彩
赞助商链接