Skip to content

Commit 4a432e8

Browse files
Added ThemeListener to Sample JSON in prepartion for CommunityToolkit#1650 merging.
1 parent 747e51a commit 4a432e8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/samples.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,13 @@
614614
"CodeFile": "AdvancedCollectionView.bind",
615615
"Icon": "/SamplePages/AdvancedCollectionView/AdvancedCollectionView.png",
616616
"DocumentationUrl": "https://raw.githubusercontent.com/Microsoft/UWPCommunityToolkit/master/docs/helpers/AdvancedCollectionView.md"
617+
},
618+
{
619+
"Name": "ThemeListener",
620+
"Type": "ThemeListenerPage",
621+
"About": "The ThemeListener allows you to keep track of changes to the System Theme.",
622+
"Icon": "/Assets/Helpers.png",
623+
"DocumentationUrl": "https://raw.githubusercontent.com/Microsoft/UWPCommunityToolkit/master/docs/helpers/ThemeListener.md"
617624
}
618625
]
619626
},

0 commit comments

Comments
 (0)