I am implementing the bottomNavigationBar on the Uno Platform for my app. I have everything else working- but am having trouble changing either the color or the opacity of the ripple effect when an icon is pressed. I either need to change the opacity or the color of the effect. What is the name of the property I need to modify- and is it a color or percentage? Thanks for your help!
Here is a sample of the styles I have tried:
<SolidColorBrush x:Key="NavigationViewItemForegroundSelected" Color="Green"/>
<SolidColorBrush x:Key="NavigationViewItemForegroundSelectedPointerOver" Color="Green"/>
<SolidColorBrush x:Key="NavigationViewItemForegroundPressed" Color="Green"/>
<SolidColorBrush x:Key="NavigationViewItemForegroundSelectedPressed" Color="Green"/>
<SolidColorBrush x:Key="NavigationViewSelectionIndicatorForeground" Color="Blue" />
<Color x:Key="MaterialPrimaryColor">Green</Color>
<Color x:Key="MaterialSecondaryColor">LightGreen</Color>
<Color x:Key="MaterialBottomNavForegroundColor">Green</Color>
<Color x:Key="MaterialBottomNavUncheckedForegroundBrush">Blue</Color>
<SolidColorBrush x:Key="MaterialBottomNavBackgroundBrush" Color="#FFF2F2F2"/>
question from:
https://stackoverflow.com/questions/65621398/uno-material-bottomnavigationbar 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…