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

Android界面布局

 2010-07-22 01:14:00 来源:WEB开发网   
核心提示:android:layout_width="fill_parent">364. < /TextView>365.366. < LinearLayout xmlns:android="http://schemas.android.com/apk/res/android
android:layout_width="fill_parent">

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"

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

Tags:Android 界面 布局

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