-
2024-12-26_18-32-10.mp4how to remove that Seletion Gray Color Ellipse from TabBar ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @RSReswin! Great question! The "pill" selection indicator right now is actually part of the style for the TabBarItem. You can see it defined here: https://github.com/unoplatform/uno.toolkit.ui/blob/14b1b5e10f734d37153035b7491a707d3eaded70/src/library/Uno.Toolkit.Material/Styles/Controls/v2/TabBar.xaml#L680 The goal is to move this to utilize the SelectionIndicatorContentPresenter instead but the work hasn't been completed yet. This is tracked by unoplatform/uno.toolkit.ui#625. Currently, the best way to customize/hide the indicator would be to utilize Lightweight Styling. The resources that you should override are the ones with keys that start with If you want to hide the ActiveIndicator "pill" you can set these resources to transparent brushes |
Beta Was this translation helpful? Give feedback.
Hello @RSReswin!
Great question!
The "pill" selection indicator right now is actually part of the style for the TabBarItem. You can see it defined here: https://github.com/unoplatform/uno.toolkit.ui/blob/14b1b5e10f734d37153035b7491a707d3eaded70/src/library/Uno.Toolkit.Material/Styles/Controls/v2/TabBar.xaml#L680
The goal is to move this to utilize the SelectionIndicatorContentPresenter instead but the work hasn't been completed yet. This is tracked by unoplatform/uno.toolkit.ui#625.
Currently, the best way to customize/hide the indicator would be to utilize Lightweight Styling. The resources that you should override are the ones with keys that start with
NavigationTabBarItemActiveIndicato…