我们在前面介绍过Hello world示例,这里的Hello world 的Layout定义稍有不同:

XML/HTML代码
  1. <TextView xmlns:android=”http://schemas.android.com/apk/res/android”  
  2. android:id=”@+id/text”  
  3. android:layout_width=”match_parent”  
  4. android:layout_height=”match_parent”  
  5. android:gravity=”center_vertical|center_horizontal”  
  6. android:text=”@string/hello_world”/>  

       ApiDemo 示例中的将Hello world 显示的屏幕中间。gravity 类似于其它平台上的alignment(对齐)。

Android ApiDemo示例解读系列之八:App->Activity->Hello world

 

本文发布:Android开发网
本文地址:http://www.jizhuomi.com/android/example/420.html
2013年5月14日
发布:鸡啄米 分类:Android开发实例 浏览: 评论:1