我尝试覆盖 AppBarItem 和键盘的默认主题,但应用程序栏项目的强调色仍然保持默认,我使用的资源如下所列。是否可以在代码中更改 AppBarItem 的背景和按下状态下的手机键盘背景?
"PhoneAccentBrush",
"ButtonPressedBackgroundThemeBrush",
"ProgressBarIndeterminateForegroundThemeBrush",
"ProgressBarForegroundThemeBrush",
"ToggleSwitchCurtainBackgroundThemeBrush",
"SliderTrackDecreaseBackgroundThemeBrush",
"CheckBoxPressedBackgroundThemeBrush",
"AppBarBackgroundThemeBrush",
"AppBarBorderThemeBrush",
"AppBarItemBackgroundThemeBrush",
"AppBarItemPointerOverBackgroundThemeBrush"
"AppBarItemPressedBackgroundThemeBrush"