Wednesday, December 25, 2013

TextView font Change In Android

Syntax:


android:typeface="serif"

TextView font Change In Android Example:


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

No comments:

Post a Comment