Hey all It may be asked several time before but I want to set text middle to a Action Bar I have used following code to get that done..it doesn't help..
ActionBar bar = getActionBar();
bar.setTitle(Html.fromHtml("<center>" + "<b>" + "Sign Up" + "</b>"
+ "</center>"));
bu when I use then my purpose is fulfilled any accurate answer.