Status Update
Comments
co...@google.com <co...@google.com>
sg...@google.com <sg...@google.com>
ap...@google.com <ap...@google.com> #3
After some brief poking around:
Relevant code in LayoutNode:
Ends up here:
If accessibility is off, looks like changing progress semantics a no op which would be a big improvement to performance.
Otherwise semantics does a remeasure / relayout, and walks the full semantics tree. This would likely have no immediate benefit if accessibility is turned on.
sg...@google.com <sg...@google.com>
ju...@google.com <ju...@google.com> #4
Would this suggestion also avoid recomposing, which seems like it would still be a problem even if it's a no-op in the guts of semantic node code.
Description
Unable to change the color of divider and year picker menu button along with its border. Which is by default MaterialTheme.colorScheme.onSurfaceVariant.
Expected:
Property for divider and year picker menu button should be exposed or divider can be tied down to title color property and year picker menu button might be tied down to currentYearContentColor.
I have attached the image of date picker.
Also I have attached the screenshot of code where the problem seems to be there.