henniaufmrenni / boum

a sleek and modern music app for Jellyfin
https://eindm.de/boum
Mozilla Public License 2.0
78 stars 0 forks source link

[Feat]: Add drop shadow to top of screen to avoid contrast issues with status bar #88

Closed PowerUser64 closed 1 year ago

PowerUser64 commented 1 year ago

Description

When light colors (like some album covers) pass under the android status bar, the app's background no longer contrasts with the light icons in the status bar, so it becomes hard to read. A way to fix this would be to add some sort of gradient to the top of the screen to provide a more consistent level of contrast.

Understanding that boum is open-source software

henniaufmrenni commented 1 year ago

Good point, I think most consistent with Android styling guidlines would be to make it semi-transparent something like rgba(0, 0, 0, 0.2).

Screenshot