Skip to content

Commit

Permalink
Use not_win instead of xamarin
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Aug 30, 2023
1 parent 0e993ad commit 0f53949
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
xmlns:renderer="using:CommunityToolkit.App.Shared.Renderers"
xmlns:wasm="http://uno.ui/wasm"
xmlns:win="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:xamarin="http://uno.ui/xamarin"
xmlns:not_win="http://uno.ui/not_win"
ActualThemeChanged="ToolkitSampleRenderer_ActualThemeChanged"
Loaded="ToolkitSampleRenderer_Loaded"
mc:Ignorable="d wasm xamarin">
mc:Ignorable="d wasm not_win">

<Grid CornerRadius="0">
<Grid.RowDefinitions>
Expand Down Expand Up @@ -225,7 +225,7 @@
<PivotItem Header="XAML">
<ScrollViewer>
<StackPanel Orientation="Vertical">
<xamarin:TextBlock x:Name="XAMLCodeRenderer"
<not_win:TextBlock x:Name="XAMLCodeRenderer"
Margin="0,12,0,12"
wasm:IsTextSelectionEnabled="True"
FontFamily="Consolas"
Expand All @@ -241,7 +241,7 @@
<PivotItem Header="C#">
<ScrollViewer>
<StackPanel Orientation="Vertical">
<xamarin:TextBlock x:Name="CSharpCodeRenderer"
<not_win:TextBlock x:Name="CSharpCodeRenderer"
Margin="0,12,0,12"
wasm:IsTextSelectionEnabled="True"
FontFamily="Consolas"
Expand Down

0 comments on commit 0f53949

Please sign in to comment.