gokadzev / Musify

Unlock the full potential of music: Stream effortlessly with one app!
https://gokadzev.github.io/Musify
GNU General Public License v3.0
2.02k stars 190 forks source link

[Feature] List display on android , tap icons take up too much space #452

Open avagraphique opened 3 days ago

avagraphique commented 3 days ago

Is there an existing issue for this?

Category of the Feature

UX Improvements

Credits

me

Pain

I have Android 11 and the icons take up half the space in the list rows, it makes the lists almost unusable. 462565893_3641006952858716_4128703820077102988_n

Changing the accessibility font size setting changes the font size, but not the spacing in any way.

462550936_428323357040670_7343704736902578063_n

Suggested Solution

On this view, I mostly only want to know the image, Title/subline text and maybe the add to playlist (plus) icon.

Suggestion

Alternative suggestion

Useful Resources/References

I am running Android 11 on a Moto G POwer (2021)

gokadzev commented 2 days ago

Oh well, that really does look bad. However, I'm not sure about removing the action buttons, as I wanted to make it easier for people to add songs to playlists. For example, if someone wants to add 10–15 songs from one playlist to their liked songs or custom playlists, they would need to play each song, open the full playing page, and like them one by one. That would be pretty inconvenient.

I'll think about what can be done about this.

gokadzev commented 2 days ago

Marking as done (commits that improve the situation 0dc32e29056168b5f0e1a06284fa2be63c4abf37, 296b8179de89191c1dee844cfb087198e9ecac41)

avagraphique commented 2 days ago

Thaks for your quick reply!

Oh well, that really does look bad. However, I'm not sure about removing the action buttons, as I wanted to make it easier for people to add songs to playlists. For example, if someone wants to add 10–15 songs from one playlist to their liked songs or custom playlists, they would need to play each song, open the full playing page, and like them one by one. That would be pretty inconvenient.

I get this for sure. In my situation though, if I search, I may not know the songs that come up in the result, and often need to listen to part of the song to decide if I want to add it to a playlist.

Another option for handling this is to move the butons underneath the test. This would make the rows (cards) taller and larger but afford more space for the text.

gokadzev commented 2 days ago

Another option for handling this is to move the butons underneath the test. This would make the rows (cards) taller and larger but afford more space for the text.

My temporary solution was to move duration on the artwork image, reduce the spaces between the buttons, and regulate the sizes of the title and artist text. I think it’s a bit better now, but I’ll keep thinking about it. If you come across a better version or find any designs I could take inspiration from, feel free to share them.

avagraphique commented 2 days ago

Thank you!