I added home menu into my app and i need to menu text to be center align.it’s work fine in ginger bread.but it is left align in ice cream sandwich.how can i solve this?
this is my menu layout
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/menu_home"
android:title="@string/home"
/>
</menu>
Screenshot:
img http://img594.imageshack.us/img594/5756/device20121123152830.png
1 Answer