I know there are two ways of setting the title of activity. One way is the setting it in the android manifest like this android:label=\"@string/app_name\".
You will need to define a custom title style/theme. Look in the samples for com.example.android.apis.app.CustomTitle.