ListItemView icon indicating copy to clipboard operation
ListItemView copied to clipboard

Implementation of List Item from Material Design

Results 2 ListItemView issues
Sort by recently updated
recently updated
newest added

This is my layout item : ` ` but i got **InflateException**: `android.view.InflateException: Binary XML file line #0: Error inflating class com.lucasurbas.listitemview.ListItemView `

Items without icon are always displayed in the overflow menu. ```xml ``` my list item view is configured correctly ```kotlin listItemView.setMenuItemsRoom(2) ``` It would be cool when menu items without...

enhancement