Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android系統教程 >> Android開發教程 >> Android ApiDemos示例解析(8) App->Activity->Hello world

Android ApiDemos示例解析(8) App->Activity->Hello world

編輯:Android開發教程

在Android簡明開發教程三:第一個應用Hello World 已經介紹了Hello world示例,這兩個Hello world 的Layout定義稍有 不同:

<TextView xmlns:android=”http://schemas.android.com/apk/res/android”

android:id=”@+id/text”

android:layout_width=”match_parent”

android:layout_height=”match_parent”

android:gravity=” center_vertical|center_horizontal”

android:text=”@string/hello_world”/>

ApiDemo 示例中的將Hello world 顯示的屏幕中間。gravity 類似於其它平台上的alignment(對齊)。

  1. 上一頁:
  2. 下一頁:
熱門文章
閱讀排行版
Copyright © Android教程網 All Rights Reserved