mirror of
https://github.com/bbara04/Purefin.git
synced 2026-03-31 17:10:08 +02:00
aeec3784be1119d6a7eaeb3bbdd46b24ca58d3ff
- Replace the horizontal `PlayerSideSliders` with a new vertical `PlayerAdjustmentIndicator` for brightness and volume, displaying it in the center of the screen. - Create `PlayerAdjustmentIndicator.kt`, a new composable that shows an icon, a vertical progress bar, and a percentage value within a semi-transparent black background. - Update `PlayerScreen` to use the new centered indicator instead of the old side-aligned sliders when brightness or volume is adjusted via gestures. - Pass a `modifier` to `ValueChangeTimedVisibility` to correctly position the new indicators. - Change the background color of the "Seek to" toast message from a theme surface color to semi-transparent black for better consistency.
Description
Languages
Kotlin
100%