johannilsson / android-actionbar

DEPRECATED Android Action Bar Implementation
1.31k stars 564 forks source link

Chines menu title not equally in itemspace #66

Open ninthbar opened 12 years ago

ninthbar commented 12 years ago

menu.add("中文1").setShowAsAction(MenuItem.SHOW_AS_ACTION_WITH_TEXT); menu.add("中文2").setShowAsAction(MenuItem.SHOW_AS_ACTION_WITH_TEXT); menu.add("中文3").setShowAsAction(MenuItem.SHOW_AS_ACTION_WITH_TEXT);

when the activity use android:uiOptions="splitActionBarWhenNarrow",The three menuitem's space is not equally ,where can i fix the problem?

xxv commented 12 years ago

Try using the full-width numerals "123" instead.