adam-codersgu / supernova

A Kotlin-based Android application that allows the user to play music from their device while custom animations fall over the album artwork of the currently playing song.
0 stars 0 forks source link

Scrollable chip group #62

Closed adam-codersgu closed 1 year ago

adam-codersgu commented 1 year ago

In the search fragment, the chip group displaying the search categories is obscured on small screens and when the text is larger such as when the application language is translated to Spanish the fix for this would be to ensure that the chip group is scrollable horizontally however the scrollbar should be invisible

adam-codersgu commented 1 year ago

Working on branch enhancement/scrollable_chip_group

adam-codersgu commented 1 year ago

Completed https://github.com/adam-codersgu/supernova/pull/77