How to sync background color of MaterialToolbar to BottomAppBar?
According to the
specs from material3, the background color for BottomAppBar and MaterialToolbar is md.sys.color.surface-container. When I set android:background="?colorSurfaceContainer" or style="@style/Widget.Material3.BottomAppBar" to both of them, the real colors are #f1ecf1 and #f2ecf6. What do I need to do to change the background color of MaterialToolab to #f2ecf6? Exclude hardcoded hex.
<a...