material-components / material-components-android

Modular and customizable Material Design UI components for Android
Apache License 2.0
16.31k stars 3.06k forks source link

[Navigation Drawer][Side Sheet][Bottom Sheet][Date Picker][Time Picker][Dialog] Unify scrim color #3635

Closed manabu-nakamura closed 10 months ago

manabu-nakamura commented 11 months ago

Is your feature request related to a problem? Please describe. The scrim color of the navigation drawer, the side sheet, the bottom sheet, the date picker, and the time picker is darker than the scrim color of the dialog. Why? The icons in the system navigation bar are hard to see. Screenshot_20230904_143239 Screenshot_20230904_143854 Screenshot_20230914_195902 Screenshot_20231019_095504 Screenshot_20231019_095302 Screenshot_20230905_161807 https://android.googlesource.com/platform/frameworks/support/+/refs/heads/androidx-drawerlayout-release/drawerlayout/drawerlayout/src/main/java/androidx/drawerlayout/widget/DrawerLayout.java#172 https://android.googlesource.com/platform/prebuilts/fullsdk/platforms/+/refs/heads/main/android-34/data/res/values/themes_material.xml#53 https://android.googlesource.com/platform/prebuilts/fullsdk/platforms/+/refs/heads/main/android-34/data/res/values/themes_material.xml#424 https://github.com/material-components/material-components-android/blob/master/lib/java/com/google/android/material/dialog/res/values/themes_overlay.xml#L38

Describe the solution you'd like Unify the scrim color (lighten the scrim color of the navigation drawer, the side sheet, the bottom sheet, the date picker, and the time picker). Screenshot_20230904_143433 Screenshot_20230904_151102 Screenshot_20230914_200228 Screenshot_20231019_100822 Screenshot_20231019_100844

manabu-nakamura commented 11 months ago
pekingme commented 10 months ago

Resolved in f3e4439ca69f993baa6626ad6a82937c2d283155

manabu-nakamura commented 2 weeks ago

See also: https://issuetracker.google.com/issues/365245820