|
|
@ -2,6 +2,7 @@
|
|
|
|
<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:local="clr-namespace:Views"
|
|
|
|
xmlns:local="clr-namespace:Views"
|
|
|
|
|
|
|
|
xmlns:model="clr-namespace:Model;assembly=Model"
|
|
|
|
x:Class="Views.MyProfil"
|
|
|
|
x:Class="Views.MyProfil"
|
|
|
|
Title="MyProfil">
|
|
|
|
Title="MyProfil">
|
|
|
|
|
|
|
|
|
|
|
@ -23,12 +24,12 @@
|
|
|
|
<local:ContainerBase.MyContent>
|
|
|
|
<local:ContainerBase.MyContent>
|
|
|
|
|
|
|
|
|
|
|
|
<ScrollView>
|
|
|
|
<ScrollView>
|
|
|
|
<StackLayout>
|
|
|
|
<StackLayout BindingContext="User"><!--Attention debut de binding-->
|
|
|
|
<Label Text="Mon profil" TextColor="{AppThemeBinding Light={StaticResource Black}, Dark={StaticResource Gray100}}"
|
|
|
|
<Label Text="Mon profil" TextColor="{AppThemeBinding Light={StaticResource Black}, Dark={StaticResource Gray100}}"
|
|
|
|
FontAttributes="Bold"
|
|
|
|
FontAttributes="Bold"
|
|
|
|
FontSize="24" Padding="15, 15, 20, 5"/>
|
|
|
|
FontSize="24" Padding="15, 15, 20, 5"/>
|
|
|
|
<HorizontalStackLayout>
|
|
|
|
<HorizontalStackLayout>
|
|
|
|
<VerticalStackLayout>
|
|
|
|
<VerticalStackLayout >
|
|
|
|
<Label Text="Informations personnelles :" TextColor="{AppThemeBinding Light={StaticResource Black}, Dark={StaticResource Gray100}}"
|
|
|
|
<Label Text="Informations personnelles :" TextColor="{AppThemeBinding Light={StaticResource Black}, Dark={StaticResource Gray100}}"
|
|
|
|
FontSize="20" Padding="15"/>
|
|
|
|
FontSize="20" Padding="15"/>
|
|
|
|
<Label Text="Nom :"
|
|
|
|
<Label Text="Nom :"
|
|
|
|