Dec 13, 2010

[Component]TextView

<TextView  
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:gravity="center_vertical|center_horizontal"
    android:text="@string/hello"
/>

ref:
http://developer.android.com/reference/android/widget/TextView.html

No comments: