|
|
@ -1,9 +1,7 @@
|
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
|
|
|
<ContentView xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
|
|
x:Class="IHM.Desktop.Echeancier"
|
|
|
|
x:Class="IHM.Desktop.Echeancier"
|
|
|
|
Title="Echeancier"
|
|
|
|
|
|
|
|
BackgroundImageSource="logo_sans_fond.png"
|
|
|
|
|
|
|
|
BackgroundColor="{StaticResource Yellow300Accent}">
|
|
|
|
BackgroundColor="{StaticResource Yellow300Accent}">
|
|
|
|
|
|
|
|
|
|
|
|
<VerticalStackLayout Margin="20">
|
|
|
|
<VerticalStackLayout Margin="20">
|
|
|
@ -29,19 +27,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
<HorizontalStackLayout HorizontalOptions="Center" VerticalOptions="Fill">
|
|
|
|
<HorizontalStackLayout HorizontalOptions="Center" VerticalOptions="Fill">
|
|
|
|
|
|
|
|
|
|
|
|
<Border Background="Green"
|
|
|
|
<Border Background="{StaticResource Primary}"
|
|
|
|
StrokeThickness="2"
|
|
|
|
Style="{StaticResource TotalButton}">
|
|
|
|
Padding="16,8"
|
|
|
|
|
|
|
|
StrokeShape="RoundRectangle 30,30,30,30"
|
|
|
|
|
|
|
|
Stroke="Black">
|
|
|
|
|
|
|
|
<Label Text=" -- BINDING -- " FontFamily="Comic sans MS"/>
|
|
|
|
<Label Text=" -- BINDING -- " FontFamily="Comic sans MS"/>
|
|
|
|
</Border>
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
|
|
<Border Background="Brown"
|
|
|
|
<Border Background="{StaticResource Tertiary}"
|
|
|
|
StrokeThickness="2"
|
|
|
|
Style="{StaticResource TotalButton}">
|
|
|
|
Padding="16,8"
|
|
|
|
|
|
|
|
StrokeShape="RoundRectangle 30,30,30,30"
|
|
|
|
|
|
|
|
Stroke="Black">
|
|
|
|
|
|
|
|
<Label Text=" -- BINDING -- " FontFamily="Comic sans MS"/>
|
|
|
|
<Label Text=" -- BINDING -- " FontFamily="Comic sans MS"/>
|
|
|
|
</Border>
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
|
@ -50,4 +42,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</ContentPage>
|
|
|
|
</ContentView>
|