Skip to content

action withText support #3

@passsy

Description

@passsy

Items without icon are always displayed in the overflow menu.

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto">
    <item
        android:id="@+id/action_heart"
        android:title="heart"
        app:showAsAction="always|withText" />
</menu>

my list item view is configured correctly

listItemView.setMenuItemsRoom(2)

It would be cool when menu items without icon could be displayed as text only flat buttons.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions