Skip to content

ActionBar item with no "text" fails #4

@BobDickinson

Description

@BobDickinson

ActionBar items can contain either an icon, or text, or both. In the case where an ActionBar item has an icon and showAsAction is "Always", text should not be required (currently there is a log event in AndroidActionWrapper that fails if there is no text).

If the ActionBar item does not specify "Always" (meaning that it may be or will be shown on the secondary ActionBar menu), then it should have text (though displaying an empty menu item may be better than failing because the text was not provided).

Maybe we just get rid of that log event, or make it smarter about icon and/or text being specified.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions