I’m designing a video generation mobile app and have a prompt entry screen with option buttons at the bottom. Each button (e.g., Model, Duration, Aspect Ratio) opens a small selection menu.
Here’s how it looks now (no arrows):
When I showed this to a few people, I got feedback that it wasn’t obvious these buttons open a list of choices. My concern is that if I add arrow indicators (chevrons), the interface may start to feel visually cluttered, since the buttons already have icons and text.
My questions are:
From a UX perspective, is it worth adding arrow indicators to make the affordance clearer, even if it increases visual noise?
Would having both an icon and an arrow icon on the same button feel redundant to most users?
Are there alternative patterns to signal that a button opens a list, without relying on arrows?
I’d love to hear thoughts on best practices here—particularly for mobile apps where screen space and clarity are both at a premium.