|
|
@ -1,63 +1,65 @@
|
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
|
|
|
<ContentPage 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"
|
|
|
|
xmlns:toolkit="http://schemas.microsoft.com/dodnet/2022/maui/toolkit"
|
|
|
|
xmlns:toolkit="http://schemas.microsoft.com/dodnet/2022/maui/toolkit"
|
|
|
|
x:Class="notus.RecherPage"
|
|
|
|
x:Class="notus.RecherPage"
|
|
|
|
Title="RecherPage"
|
|
|
|
Title="RecherPage"
|
|
|
|
BackgroundColor="#1C1C1C">
|
|
|
|
BackgroundColor="#1C1C1C">
|
|
|
|
|
|
|
|
|
|
|
|
<Grid>
|
|
|
|
<Grid>
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
<RowDefinition Height="2*"/>
|
|
|
|
<RowDefinition Height="Auto"/>
|
|
|
|
<RowDefinition Height="1.5*"/>
|
|
|
|
<RowDefinition Height="1.5*"/>
|
|
|
|
<RowDefinition Height="1*"/>
|
|
|
|
<RowDefinition Height="1*"/>
|
|
|
|
<RowDefinition Height="1.8*"/>
|
|
|
|
<RowDefinition Height="1.8*"/>
|
|
|
|
<RowDefinition Height="1*"/>
|
|
|
|
<RowDefinition Height="1*"/>
|
|
|
|
<RowDefinition Height="1.8*"/>
|
|
|
|
<RowDefinition Height="1.8*"/>
|
|
|
|
<RowDefinition Height="1*"/>
|
|
|
|
<RowDefinition Height="1*"/>
|
|
|
|
<RowDefinition Height="1*"/>
|
|
|
|
<RowDefinition Height="1*"/>
|
|
|
|
<RowDefinition Height="4*"/>
|
|
|
|
<RowDefinition Height="4*"/>
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
<ColumnDefinition Width="380"/>
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<ColumnDefinition Width="4*"/>
|
|
|
|
<ColumnDefinition Width="Auto"/>
|
|
|
|
<ColumnDefinition Width="0.9*"/>
|
|
|
|
<ColumnDefinition Width="1*"/>
|
|
|
|
<ColumnDefinition Width="0.2*"/>
|
|
|
|
<ColumnDefinition Width="1*"/>
|
|
|
|
<ColumnDefinition Width="190"/>
|
|
|
|
<ColumnDefinition Width="Auto"/>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
<ColumnDefinition Width="Auto"/>
|
|
|
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
<Border
|
|
|
|
|
|
|
|
Background="#6E6E6E"
|
|
|
|
<Border
|
|
|
|
Grid.Column="0"
|
|
|
|
Background="#6E6E6E"
|
|
|
|
Grid.RowSpan="9"
|
|
|
|
Grid.Column="0"
|
|
|
|
/>
|
|
|
|
Grid.RowSpan="9"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<ImageButton
|
|
|
|
Source="Profil.png"
|
|
|
|
Source="profil.png"
|
|
|
|
Aspect="AspectFit"
|
|
|
|
Aspect="AspectFit"
|
|
|
|
Grid.Column="4"
|
|
|
|
Grid.Column="4"
|
|
|
|
Grid.Row="0"
|
|
|
|
Grid.Row="0"
|
|
|
|
HorizontalOptions="Start"
|
|
|
|
HorizontalOptions="Start"
|
|
|
|
VerticalOptions="Start"
|
|
|
|
VerticalOptions="Start"
|
|
|
|
WidthRequest="200"
|
|
|
|
WidthRequest="200"
|
|
|
|
HeightRequest="120"
|
|
|
|
HeightRequest="120"
|
|
|
|
BackgroundColor="#6E6E6E"
|
|
|
|
BackgroundColor="#6E6E6E"
|
|
|
|
CornerRadius="10"
|
|
|
|
CornerRadius="10"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<ImageButton
|
|
|
|
Source="Supp.png"
|
|
|
|
Source="supp.png"
|
|
|
|
Aspect="AspectFit"
|
|
|
|
Aspect="AspectFill"
|
|
|
|
Grid.Column="2"
|
|
|
|
Grid.Column="2"
|
|
|
|
Grid.Row="0"
|
|
|
|
Grid.Row="0"
|
|
|
|
Margin="20"
|
|
|
|
Margin="20"
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
HorizontalOptions="End"
|
|
|
|
VerticalOptions="Start"
|
|
|
|
VerticalOptions="Start"
|
|
|
|
WidthRequest="50"
|
|
|
|
WidthRequest="50"
|
|
|
|
HeightRequest="50"
|
|
|
|
HeightRequest="50"
|
|
|
|
BackgroundColor="#4A4A4A"
|
|
|
|
BackgroundColor="#4A4A4A"
|
|
|
|
CornerRadius="50"
|
|
|
|
CornerRadius="50"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
<Label
|
|
|
|
Text="Nom de la note"
|
|
|
|
Text="Nom de la note"
|
|
|
|
Grid.Column="1"
|
|
|
|
Grid.Column="1"
|
|
|
@ -68,52 +70,64 @@
|
|
|
|
BackgroundColor="#4A4A4A"
|
|
|
|
BackgroundColor="#4A4A4A"
|
|
|
|
WidthRequest="250"
|
|
|
|
WidthRequest="250"
|
|
|
|
HeightRequest="50"
|
|
|
|
HeightRequest="50"
|
|
|
|
HorizontalOptions="Start"
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
VerticalOptions="Start"
|
|
|
|
VerticalOptions="Start"
|
|
|
|
|
|
|
|
BindingContext="NomDeLaNoteSelected"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<ImageButton
|
|
|
|
Source="Edit.png"
|
|
|
|
Source="edit.png"
|
|
|
|
Aspect="AspectFit"
|
|
|
|
Aspect="AspectFit"
|
|
|
|
Grid.Column="1"
|
|
|
|
Grid.Column="1"
|
|
|
|
Grid.Row="0"
|
|
|
|
Grid.Row="0"
|
|
|
|
Margin="20"
|
|
|
|
Margin="20"
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
HorizontalOptions="Start"
|
|
|
|
VerticalOptions="Start"
|
|
|
|
VerticalOptions="Start"
|
|
|
|
WidthRequest="50"
|
|
|
|
WidthRequest="50"
|
|
|
|
HeightRequest="50"
|
|
|
|
HeightRequest="50"
|
|
|
|
BackgroundColor="#4A4A4A"
|
|
|
|
BackgroundColor="#4A4A4A"
|
|
|
|
CornerRadius="50"
|
|
|
|
CornerRadius="50"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
<Entry
|
|
|
|
<Entry
|
|
|
|
Placeholder="Rechercher"
|
|
|
|
Placeholder="Rechercher"
|
|
|
|
HorizontalOptions="Start"
|
|
|
|
HorizontalOptions="Start"
|
|
|
|
Margin="20"
|
|
|
|
Margin="20"
|
|
|
|
VerticalOptions="Center"
|
|
|
|
VerticalOptions="Center"
|
|
|
|
WidthRequest="300"
|
|
|
|
WidthRequest="300"
|
|
|
|
HeightRequest="50"
|
|
|
|
HeightRequest="50"
|
|
|
|
FontSize="32"
|
|
|
|
FontSize="25"
|
|
|
|
Grid.Column="0"
|
|
|
|
Grid.Column="0"
|
|
|
|
Grid.Row="0"
|
|
|
|
Grid.Row="0"
|
|
|
|
TextColor="#74fabd"
|
|
|
|
TextColor="#74fabd"
|
|
|
|
BackgroundColor="#4A4A4A"
|
|
|
|
BackgroundColor="#4A4A4A"
|
|
|
|
PlaceholderColor="#74fabd"
|
|
|
|
PlaceholderColor="#74fabd"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
<Editor
|
|
|
|
<VerticalStackLayout
|
|
|
|
Placeholder="Texte"
|
|
|
|
Grid.Column="0"
|
|
|
|
HorizontalOptions="Start"
|
|
|
|
Grid.RowSpan="5"
|
|
|
|
VerticalOptions="Center"
|
|
|
|
BindingContext="ARefaire"
|
|
|
|
Margin="20"
|
|
|
|
/>
|
|
|
|
WidthRequest="670"
|
|
|
|
|
|
|
|
HeightRequest="670"
|
|
|
|
<Editor
|
|
|
|
Grid.Column="1"
|
|
|
|
Placeholder="Texte"
|
|
|
|
|
|
|
|
IsSpellCheckEnabled="True"
|
|
|
|
|
|
|
|
FontSize="20"
|
|
|
|
|
|
|
|
HorizontalOptions="Start"
|
|
|
|
|
|
|
|
VerticalOptions="Center"
|
|
|
|
|
|
|
|
Margin="20"
|
|
|
|
|
|
|
|
WidthRequest="800"
|
|
|
|
|
|
|
|
HeightRequest="750"
|
|
|
|
|
|
|
|
Grid.Column="1"
|
|
|
|
Grid.ColumnSpan="4"
|
|
|
|
Grid.ColumnSpan="4"
|
|
|
|
Grid.Row="4"
|
|
|
|
Grid.Row="4"
|
|
|
|
Grid.RowSpan="3"
|
|
|
|
Grid.RowSpan="3"
|
|
|
|
TextColor="Black"
|
|
|
|
TextColor="White"
|
|
|
|
BackgroundColor="#4A4A4A"
|
|
|
|
BackgroundColor="#4A4A4A"
|
|
|
|
PlaceholderColor="#74fabd"
|
|
|
|
PlaceholderColor="#74fabd"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
</ContentPage>
|
|
|
|
</ContentPage>
|