OxygenCobalt / Auxio

A simple, rational music player for android
GNU General Public License v3.0
1.78k stars 117 forks source link

[Accessibility] Activated / deactivated shuffle not well distinguishable #745

Closed heuwerk closed 1 month ago

heuwerk commented 1 month ago

Description

Hello dear Auxio team, thank you very much for your work, I would like the readability of the current state of the repeat and shuffle buttons to be improved.

In the current version, the active buttons are only slightly thicker, which makes it difficult to distinguish them. auxio_shuffle_off auxio_shuffle_on

Problem solved

No response

Other implementations

In Spotify, for example, the button is displayed in a different color and highlighted with a dot when the shuffle is activated. spotify_shuffle_on

This makes it much easier to recognize the current status.

Benefit

I think this change would improve the experience for many users as it is sometimes a guessing game whether shuffle/loop mode is enabled or not.

Duplicates

OxygenCobalt commented 1 month ago

This is actually the recommended way to indicate an active state as per Material Design. Additionally, other alternatives will not consistently work without being visually strange.

Sorry.