We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
Try using the full-width numerals "123" instead.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: