|
|
@ -8,7 +8,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<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*"/>
|
|
|
@ -18,12 +18,13 @@
|
|
|
|
<RowDefinition Height="1*"/>
|
|
|
|
<RowDefinition Height="1*"/>
|
|
|
|
<RowDefinition Height="4*"/>
|
|
|
|
<RowDefinition Height="4*"/>
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
|
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<ColumnDefinition Width="380"/>
|
|
|
|
<ColumnDefinition Width="Auto"/>
|
|
|
|
<ColumnDefinition Width="4*"/>
|
|
|
|
<ColumnDefinition Width="1*"/>
|
|
|
|
<ColumnDefinition Width="0.9*"/>
|
|
|
|
<ColumnDefinition Width="1*"/>
|
|
|
|
<ColumnDefinition Width="0.2*"/>
|
|
|
|
<ColumnDefinition Width="Auto"/>
|
|
|
|
<ColumnDefinition Width="190"/>
|
|
|
|
<ColumnDefinition Width="Auto"/>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
|
|
|
|
<Border
|
|
|
|
<Border
|
|
|
@ -33,31 +34,32 @@
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
<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"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<VerticalStackLayout
|
|
|
|
|
|
|
|
Grid.Column="0"
|
|
|
|
|
|
|
|
Grid.RowSpan="5"
|
|
|
|
|
|
|
|
BindingContext="ARefaire"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
<Editor
|
|
|
|
<Editor
|
|
|
|
Placeholder="Texte"
|
|
|
|
Placeholder="Texte"
|
|
|
|
|
|
|
|
IsSpellCheckEnabled="True"
|
|
|
|
|
|
|
|
FontSize="20"
|
|
|
|
HorizontalOptions="Start"
|
|
|
|
HorizontalOptions="Start"
|
|
|
|
VerticalOptions="Center"
|
|
|
|
VerticalOptions="Center"
|
|
|
|
Margin="20"
|
|
|
|
Margin="20"
|
|
|
|
WidthRequest="670"
|
|
|
|
WidthRequest="800"
|
|
|
|
HeightRequest="670"
|
|
|
|
HeightRequest="750"
|
|
|
|
Grid.Column="1"
|
|
|
|
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>
|