There is an ActionBar on each Android 4.0 application, and it got a title. I need to make this size less. But I don\'t understand how I can do it, because
ActionBar
You could always do something like this:
ActionBar actionBar = getActionBar(); actionBar.setTitle(Html.fromHtml("YOUR TITLE"));