Skip to content

Commit

Permalink
style(xaml): format the xaml files
Browse files Browse the repository at this point in the history
References: Eppie-io#331
  • Loading branch information
al-kau committed Sep 2, 2024
1 parent 3f65111 commit 837c8de
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 21 deletions.
11 changes: 4 additions & 7 deletions source/Eppie.App/Eppie.App.UWP/App.xaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<Application
x:Class="Eppie.App.UWP.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:Eppie.App.UWP">

</Application>
<Application x:Class="Eppie.App.UWP.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:Eppie.App.UWP" />
28 changes: 14 additions & 14 deletions source/Eppie.App/Eppie.App/App.xaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<Application x:Class="Eppie.App.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Application x:Class="Eppie.App.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">

<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<!-- Load WinUI resources -->
<XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
<!-- Load Uno.UI.Toolkit resources -->
<ToolkitResources xmlns="using:Uno.Toolkit.UI" />
</ResourceDictionary.MergedDictionaries>
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<!-- Load WinUI resources -->
<XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
<!-- Load Uno.UI.Toolkit resources -->
<ToolkitResources xmlns="using:Uno.Toolkit.UI" />
</ResourceDictionary.MergedDictionaries>

<!-- Add resources here -->
<!-- Add resources here -->

</ResourceDictionary>
</Application.Resources>
</ResourceDictionary>
</Application.Resources>

</Application>

0 comments on commit 837c8de

Please sign in to comment.