|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
<local:ContainerBase.MyContent>
|
|
|
|
|
|
|
|
|
|
<ScrollView>
|
|
|
|
|
<StackLayout BindingContext="User"><!--Attention debut de binding-->
|
|
|
|
|
<StackLayout ><!--Attention debut de binding-->
|
|
|
|
|
<Label Text="Mon profil" TextColor="{AppThemeBinding Light={StaticResource Black}, Dark={StaticResource Gray100}}"
|
|
|
|
|
FontAttributes="Bold"
|
|
|
|
|
FontSize="24" Padding="15, 15, 20, 5"/>
|
|
|
|
@ -46,7 +46,9 @@
|
|
|
|
|
Padding="50,0,0,0"
|
|
|
|
|
FontSize="18"/>
|
|
|
|
|
<Entry BackgroundColor="#D1E8E2"
|
|
|
|
|
Margin="50,10,0,20"/>
|
|
|
|
|
Margin="50,10,0,20"
|
|
|
|
|
IsEnabled="False"
|
|
|
|
|
Text="truc@gmail"/>
|
|
|
|
|
<Label Text="Pseudo :"
|
|
|
|
|
Padding="50,0,0,0"
|
|
|
|
|
FontSize="18"/>
|
|
|
|
|