-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Labels
Description
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.
Reactions are currently unavailable