change the title color in actionbar in android code example
Example: set title color in support action bar android
ActionBar actionBar = getActionBar();
actionBar.setTitle(Html
.fromHtml(" Now playing "));
ActionBar actionBar = getActionBar();
actionBar.setTitle(Html
.fromHtml(" Now playing "));