jarnedemeulemeester / findroid

Third-party native Jellyfin Android app
GNU General Public License v3.0
2.67k stars 167 forks source link

Inconsistency in color scheme in Android 15 #861

Open HamonTeacher opened 1 month ago

HamonTeacher commented 1 month ago

Describe the bug After updating to Android 15, the navigation bar became lighter/darker than the rest of the interface.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Launcher'
  2. Click on 'Findroid'
  3. See error

Expected behavior One color for all elements

Screenshots Screenshot_20241016-015606.png Screenshot_20241017-110910.png

Device info:

Additional context It's just a very annoying bug, most likely Android 15 itself is to blame, but not all applications have this bug.

jarnedemeulemeester commented 1 month ago

This is intended behavior. The navigation bar is supposed to be lighter / darker than the background as defined by the material 3 spec. https://m3.material.io/components/navigation-bar/overview

HamonTeacher commented 1 month ago

This is intended behavior. The navigation bar is supposed to be lighter / darker than the background as defined by the material 3 spec. https://m3.material.io/components/navigation-bar/overview

You look, but you don't see. The part of the navigation bar where the gesture pill is located has a different color than the block with the function keys responsible for switching application sections. Even in the link you provided, they are the same color and are inseparable. Screenshot_20241021-141407.png

jarnedemeulemeester commented 1 month ago

Oh you mean the color of the navigation bar of Android does not match the color of the navigation bar of Material 3. Now I understand. Why do they even have the same name...