callstack / react-native-paper

Material Design for React Native (Android & iOS)
https://reactnativepaper.com
MIT License
12.73k stars 2.08k forks source link

Dynamic top Appbar background color #4061

Open MatteoBuffo opened 1 year ago

MatteoBuffo commented 1 year ago

Is your feature request related to a problem? Please describe. ...

Describe the solution you'd like Hi! I would like the top Appbar background to behave according to this MD3 guideline:

https://github.com/callstack/react-native-paper/assets/56068232/48ac7a36-e03b-42ac-b437-97e4c8c209ad

Describe alternatives you've considered ...

Additional context ..

lukewalczak commented 1 year ago

Only upon scrolling, the top app bar container fills with a contrasting color that provides visual separation from the background.

Hey @MatteoBuffo, where does the contrasting color come from?

MatteoBuffo commented 1 year ago

@lukewalczak it should pass from md.sys.elevation.level0 to md.sys.elevation.level2 (as specified in this table).