When there are two buttons, how do i properly indicate that one is active whitout being ambiguous? [duplicate]
This question already has an answer here:
- Active tab state 3 answers
When you have a list with 3 or more buttons, its essencially easy to show the system status to the user, but for the first time i faced this two-button status feedback, and i don't know how to proceed.
How do i indicate that the button previously clicked is active? without confusing the user.
EDIT: To clarify the question, i will explain the use case of these "tabs" as Marné said below. These are buttons that will change the page content when one is active/clicked, but even when one is clicked the other still enabled to be used, it is more like a "switch" interation. But because a lot of content changes, I considered important to show the user which one is currently being used.