Apply material design to a list with a text, like and dislike buttons
I have a list that shows items, and users can like or dislike them.
I have the following items on my cells:
- Item name
- Like button with an icon and a counter
- Dislike button with an icon
Here is how it looks now:
I will change the icons to thumbs up (or heart) and thumbs down.
How should I align the items on my cells according to Material Design?
I found the following documentation, but there is no example for this: https://material.io/guidelines/components/lists-controls.html#