Open passsy opened 7 years ago
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.
Sounds like a nice improvement. Will have a little bit more time this month, and can think about it. BTW any PR is always welcome.
Items without icon are always displayed in the overflow menu.
my list item view is configured correctly
It would be cool when menu items without icon could be displayed as text only flat buttons.