Skip to content

Commit

Permalink
Refactor Views into Views Folder
Browse files Browse the repository at this point in the history
  • Loading branch information
corne-ac committed Apr 17, 2024
1 parent 2f0718f commit 558dc23
Show file tree
Hide file tree
Showing 19 changed files with 13 additions and 9 deletions.
20 changes: 12 additions & 8 deletions EkseemMaarNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,30 +64,34 @@
</ItemGroup>

<ItemGroup>
<MauiXaml Update="BeveragesPage.xaml">
<MauiXaml Update="Views\BeveragesPage.xaml">
<Generator>MSBuild:Compile</Generator>
</MauiXaml>
<MauiXaml Update="CausesPage.xaml">
<MauiXaml Update="Views\CausesPage.xaml">
<Generator>MSBuild:Compile</Generator>
</MauiXaml>
<MauiXaml Update="GlossaryPage.xaml">
<MauiXaml Update="Views\GlossaryPage.xaml">
<Generator>MSBuild:Compile</Generator>
</MauiXaml>
<MauiXaml Update="MainFactorsPage.xaml">
<MauiXaml Update="Views\MainFactorsPage.xaml">
<Generator>MSBuild:Compile</Generator>
</MauiXaml>
<MauiXaml Update="RemediesPage.xaml">
<MauiXaml Update="Views\RemediesPage.xaml">
<Generator>MSBuild:Compile</Generator>
</MauiXaml>
<MauiXaml Update="SupplementsPage.xaml">
<MauiXaml Update="Views\SupplementsPage.xaml">
<Generator>MSBuild:Compile</Generator>
</MauiXaml>
<MauiXaml Update="TreatmentPage.xaml">
<MauiXaml Update="Views\TreatmentPage.xaml">
<Generator>MSBuild:Compile</Generator>
</MauiXaml>
<MauiXaml Update="WonderCuresPage.xaml">
<MauiXaml Update="Views\WonderCuresPage.xaml">
<Generator>MSBuild:Compile</Generator>
</MauiXaml>
</ItemGroup>

<ItemGroup>
<Folder Include="Models\" />
</ItemGroup>

</Project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion WonderCuresPage.xaml → Views/WonderCuresPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

</VerticalStackLayout>
</Frame>
<Frame Background="DarkGreen" BorderColor="Transparent" Padding="10" Margin="0,0,0,10" HorizontalOptions="Center" VerticalOptions="Fill" Grid.Row="2">
<Frame Background="#155634" BorderColor="Transparent" Padding="10" Margin="0,0,0,10" HorizontalOptions="Center" VerticalOptions="Fill" Grid.Row="2">
<HorizontalStackLayout HorizontalOptions="Center">
<Image Source="logo_white.svg" Margin="0,0,10,0" HeightRequest="30"/>
<Label Text="EKSEEM MAAR NET"
Expand Down
File renamed without changes.

0 comments on commit 558dc23

Please sign in to comment.