Auxio/app/src/main/res/layout-sw600dp
OxygenCobalt c6d7d8fe39
playback: implement "safe" slider wrapper
Implement a safe slider wrapper that does not crash with invalid values
as often.

Slider is a terrible component that is not designed with Auxio's
use-case in the slightest. Instead of gracefully degrading with invalid
values, it just crashes the entire app, which is horrible for UX.

Since SeekBar is a useless buggy version-specific sh******ed mess too,
we have no choice but to wrap Slider in a safe view layout that
hopefully hacks with the input enough to not crash the app when doing
simple seeking actions.

I hate android so much.

Resolves #140.
2022-05-27 14:34:14 -06:00
..
fragment_playback_panel.xml playback: implement "safe" slider wrapper 2022-05-27 14:34:14 -06:00
item_detail.xml ui: rework custom ui components 2022-05-21 14:52:08 -06:00