Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

100% agree with the icons without labels. Do you have an idea how to solve this?


You can provide labels with action bar action items inline instead of just relying on a long press to get a popup hint by using android:showAsAction="ifRoom|withText" on any menu item in the menu XML. You can also do this programmatically.

The big downside to this is that one phone devices you basically will only be able to show 1 action item with an overflow menu since you'll run out of space with just the first action item. The best work around is to make actions very obvious based on the icon used for the action item. You could also consider moving non-obvious UI behaviors into the main content of the page where there is more room for labeling.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: