How to indicate actions on an expandable list?

TL;DR

I need an expandable/collapsable list where each item indicates that some actions are available and each category may

  • be expanded/collapsed
  • allow more actions on that category

Material Design's indicates that lists can be expanded and collapsed with a down/up arrow.

material list

I need such a list with additional actions on each rows.

For example,

  • "Dining" is expanded here. I want to allow the user to configure the "Dining" category (add Dining items, change Dining preferences, etc.).
  • "Sushi bars" is visible. I want to allow the user to configure its "Sushi bar" preferences.

If the items weren't also expandable/collapsable, a three vertical dots dropdown menu would be fine. But I'd either have to lose the up/down arrow (expand/collapse becomes counterintuitive) or have two icons (confusing and arguably ugly)