parent
de23b1a863
commit
b0b997effe
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,86 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||
x:Class="MVVM.Pages.Bibliotheque">
|
||||
|
||||
<ContentPage.ToolbarItems>
|
||||
<ToolbarItem Text="Modifier"/>
|
||||
<ToolbarItem IconImageSource="plus"/>
|
||||
</ContentPage.ToolbarItems>
|
||||
|
||||
<ScrollView>
|
||||
|
||||
|
||||
<Grid RowDefinitions="Auto,Auto,Auto,Auto">
|
||||
|
||||
<Label Text="Mes Livres" FontSize="Large" Grid.Row="0"/>
|
||||
|
||||
<Grid Grid.Row="1" RowDefinitions="Auto,Auto,Auto,Auto,Auto,Auto">
|
||||
<Grid Grid.Row="0" ColumnDefinitions="Auto,Auto,Auto,Auto">
|
||||
<Image Source="tray_fill" Grid.Column="0"/>
|
||||
<Label Text="1" Grid.Column="1"/>
|
||||
<Label Text="2" Grid.Column="2"/>
|
||||
<Label Text="3" Grid.Column="3"/>
|
||||
</Grid>
|
||||
|
||||
<Grid Grid.Row="1" ColumnDefinitions="Auto,Auto,Auto,Auto">
|
||||
<Label Text="1" Grid.Column="0"/>
|
||||
<Label Text="2" Grid.Column="1"/>
|
||||
<Label Text="3" Grid.Column="3"/>
|
||||
</Grid>
|
||||
|
||||
<Grid Grid.Row="2" ColumnDefinitions="Auto,Auto,Auto,Auto">
|
||||
<Label Text="1" Grid.Column="0"/>
|
||||
<Label Text="2" Grid.Column="1"/>
|
||||
<Label Text="3" Grid.Column="3"/>
|
||||
</Grid>
|
||||
|
||||
<Grid Grid.Row="3" ColumnDefinitions="Auto,Auto,Auto,Auto">
|
||||
<Label Text="1" Grid.Column="0"/>
|
||||
<Label Text="2" Grid.Column="1"/>
|
||||
<Label Text="3" Grid.Column="3"/>
|
||||
</Grid>
|
||||
|
||||
<Grid Grid.Row="4" ColumnDefinitions="Auto,Auto,Auto,Auto">
|
||||
<Label Text="1" Grid.Column="0"/>
|
||||
<Label Text="2" Grid.Column="1"/>
|
||||
<Label Text="3" Grid.Column="3"/>
|
||||
</Grid>
|
||||
|
||||
<Grid Grid.Row="5" ColumnDefinitions="Auto,Auto,Auto,Auto">
|
||||
<Label Text="1" Grid.Column="0"/>
|
||||
<Label Text="2" Grid.Column="1"/>
|
||||
<Label Text="3" Grid.Column="3"/>
|
||||
</Grid>
|
||||
|
||||
</Grid>
|
||||
|
||||
<Label Text="Filtres" Grid.Row="2"/>
|
||||
|
||||
<Grid Grid.Row="3" RowDefinitions="Auto,Auto,Auto">
|
||||
|
||||
<Grid Grid.Row="0" ColumnDefinitions="Auto,Auto,Auto,Auto">
|
||||
<Label Text="1" Grid.Column="0"/>
|
||||
<Label Text="2" Grid.Column="1"/>
|
||||
<Label Text="3" Grid.Column="3"/>
|
||||
</Grid>
|
||||
|
||||
<Grid Grid.Row="1" ColumnDefinitions="Auto,Auto,Auto,Auto">
|
||||
<Label Text="1" Grid.Column="0"/>
|
||||
<Label Text="2" Grid.Column="1"/>
|
||||
<Label Text="3" Grid.Column="3"/>
|
||||
</Grid>
|
||||
|
||||
<Grid Grid.Row="2" ColumnDefinitions="Auto,Auto,Auto,Auto">
|
||||
<Label Text="1" Grid.Column="0"/>
|
||||
<Label Text="2" Grid.Column="1"/>
|
||||
<Label Text="3" Grid.Column="3"/>
|
||||
</Grid>
|
||||
|
||||
|
||||
|
||||
</Grid>
|
||||
|
||||
</Grid>
|
||||
</ScrollView>
|
||||
</ContentPage>
|
@ -0,0 +1,9 @@
|
||||
namespace MVVM.Pages;
|
||||
|
||||
public partial class Bibliotheque : ContentPage
|
||||
{
|
||||
public Bibliotheque()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||
x:Class="MVVM.Pages.Test"
|
||||
Title="Test">
|
||||
<VerticalStackLayout>
|
||||
<Label
|
||||
Text="Welcome to .NET MAUI!"
|
||||
VerticalOptions="Center"
|
||||
HorizontalOptions="Center" />
|
||||
</VerticalStackLayout>
|
||||
</ContentPage>
|
@ -0,0 +1,9 @@
|
||||
namespace MVVM.Pages;
|
||||
|
||||
public partial class Test : ContentPage
|
||||
{
|
||||
public Test()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 703 B |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 934 B |
After Width: | Height: | Size: 564 B |
After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
Binary file not shown.
@ -0,0 +1,41 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net7.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "7.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.Android",
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.Maui.Core",
|
||||
"version": "**FromWorkload**"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.Maui.Controls",
|
||||
"version": "**FromWorkload**"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.Maui.Essentials",
|
||||
"version": "**FromWorkload**"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"Microsoft.Extensions.DependencyInjection.VerifyOpenGenericServiceTrimmability": true,
|
||||
"System.AggressiveAttributeTrimming": true,
|
||||
"System.Diagnostics.Tracing.EventSource.IsSupported": false,
|
||||
"System.Globalization.Invariant": false,
|
||||
"System.Net.Http.EnableActivityPropagation": false,
|
||||
"System.Net.Http.UseNativeHttpHandler": true,
|
||||
"System.Reflection.NullabilityInfoContext.IsSupported": false,
|
||||
"System.Runtime.InteropServices.BuiltInComInterop.IsSupported": false,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
|
||||
"System.StartupHookProvider.IsSupported": false,
|
||||
"System.Text.Encoding.EnableUnsafeUTF7Encoding": false,
|
||||
"Xamarin.Android.Net.UseNegotiateAuthentication": false
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>MVVM</name>
|
||||
</assembly>
|
||||
<members>
|
||||
</members>
|
||||
</doc>
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,15 @@
|
||||
Any raw assets you want to be deployed with your application can be placed in
|
||||
this directory (and child directories). Deployment of the asset to your application
|
||||
is automatically handled by the following `MauiAsset` Build Action within your `.csproj`.
|
||||
|
||||
<MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" />
|
||||
|
||||
These files will be deployed with you package and will be accessible using Essentials:
|
||||
|
||||
async Task LoadMauiAsset()
|
||||
{
|
||||
using var stream = await FileSystem.OpenAppPackageFileAsync("AboutAssets.txt");
|
||||
using var reader = new StreamReader(stream);
|
||||
|
||||
var contents = reader.ReadToEnd();
|
||||
}
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@ -0,0 +1,26 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net7.0",
|
||||
"includedFrameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "7.0.10"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.Maui.Core",
|
||||
"version": "**FromWorkload**"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.Maui.Controls",
|
||||
"version": "**FromWorkload**"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.Maui.Essentials",
|
||||
"version": "**FromWorkload**"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue