File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 658
658
<Grid >
659
659
<StackPanel >
660
660
<StackPanel .Resources>
661
- <SolidColorBrush x : Key =" ListViewItemBackgroundSelected" Color =" LightGray " />
662
- <SolidColorBrush x : Key =" ListViewItemBackgroundSelectedPointerOver" Color =" LightGray " />
663
- <SolidColorBrush x : Key =" ListViewItemBackgroundSelectedPressed" Color =" LightGray " />
661
+ <SolidColorBrush x : Key =" ListViewItemBackgroundSelected" Color =" {ThemeResource SystemRevealListMediumColor} " />
662
+ <SolidColorBrush x : Key =" ListViewItemBackgroundSelectedPointerOver" Color =" {ThemeResource SystemRevealListMediumColor} " />
663
+ <SolidColorBrush x : Key =" ListViewItemBackgroundSelectedPressed" Color =" {ThemeResource SystemRevealListMediumColor} " />
664
664
</StackPanel .Resources>
665
665
<TextBlock Margin =" 10" Text =" Locations" FontSize =" 14" FontWeight =" Bold" Padding =" 0" VerticalAlignment =" Stretch" />
666
666
<ListView SelectionChanged =" LocationsList_SelectionChanged" SelectionMode =" Single" IsItemClickEnabled =" True" ItemClick =" LocationsList_ItemClick" Name =" LocationsList" >
You can’t perform that action at this time.
0 commit comments