File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -25,22 +25,22 @@ When using more number of Syncfusion controls in an application, to make the pro
2525
2626{% highlight xaml %}
2727
28- <Application xmlns: base ="clr-namespace: SampleBrowser .Maui.Base;assembly=SampleBrowser.Maui.Base"
29- xmlns: syncTheme ="clr-namespace: Syncfusion .Maui.Themes;assembly=Syncfusion.Maui.Core"
30- x: Class ="SampleBrowser.Maui.App"
31- ...>
32- <Application.Resources>
33- <ResourceDictionary >
34- <ResourceDictionary.MergedDictionaries>
35- <!-- Theme resource dictionary -->
36- <syncTheme: SyncfusionThemeResourceDictionary VisualTheme="MaterialDark"/>
37- </ResourceDictionary.MergedDictionaries>
38- </ResourceDictionary >
39- </Application.Resources>
40-
41- ....
42-
43- </Application >
28+ <Application xmlns:base="clr-namespace:SampleBrowser.Maui.Base;assembly=SampleBrowser.Maui.Base"
29+ xmlns:syncTheme="clr-namespace:Syncfusion.Maui.Themes;assembly=Syncfusion.Maui.Core"
30+ x:Class="SampleBrowser.Maui.App"
31+ ...>
32+ <Application.Resources>
33+ <ResourceDictionary>
34+ <ResourceDictionary.MergedDictionaries>
35+ <!-- Theme resource dictionary -->
36+ <syncTheme:SyncfusionThemeResourceDictionary VisualTheme="MaterialDark"/>
37+ </ResourceDictionary.MergedDictionaries>
38+ </ResourceDictionary>
39+ </Application.Resources>
40+
41+ ....
42+
43+ </Application>
4444
4545{% endhighlight %}
4646
You can’t perform that action at this time.
0 commit comments