Friday, January 21, 2011

TextView font Change In Android

Syntax:
 android:typeface="serif"   

Example:

    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:text="Example Application"
     android:typeface="serif"  
 />

No comments: