Showing posts with label TextView font Change In Android. Show all posts
Showing posts with label TextView font Change In Android. Show all posts

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"
/>