Material design: List item with two actions
in my Android app, I have a simple list which should provide add, edit and delete functionality. I have designed the layout like this:
What is the material design standard for doing something like this. I don't like having two action buttons on every list item. Any suggestions on how this could be improved?
For some context, if you click on the list item (not on the edit or delete button), nothing happens (there is no detail view). Edit and add open a dialog which allows you to create or edit a new category.