|
|
|
@ -22,28 +22,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
<views:ImageButton
|
|
|
|
<views:ImageButton
|
|
|
|
x:Name="AvatarButton"
|
|
|
|
x:Name="AvatarButton"
|
|
|
|
ImageHeightRequest="80"
|
|
|
|
|
|
|
|
ImageWidthRequest="80"
|
|
|
|
|
|
|
|
Source="{Binding Avatar}"
|
|
|
|
Source="{Binding Avatar}"
|
|
|
|
IsEnabled="true"
|
|
|
|
IsEnabled="true"
|
|
|
|
BackgroundColor="#01abdf"
|
|
|
|
BackgroundColor="#01abdf"
|
|
|
|
Orientation="ImageToLeft"
|
|
|
|
Orientation="ImageToLeft"
|
|
|
|
Text="{Binding UserName}"
|
|
|
|
Text="{Binding UserName}"
|
|
|
|
TextColor="#ffffff"></views:ImageButton>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<controls:ImageButton
|
|
|
|
|
|
|
|
x:Name="AvatarButton"
|
|
|
|
|
|
|
|
BackgroundColor="#01abdf"
|
|
|
|
|
|
|
|
HeightRequest="75"
|
|
|
|
|
|
|
|
ImageHeightRequest="50"
|
|
|
|
|
|
|
|
ImageWidthRequest="50"
|
|
|
|
|
|
|
|
Orientation="ImageToLeft"
|
|
|
|
|
|
|
|
Text="{Binding UserName}"
|
|
|
|
|
|
|
|
TextColor="#ffffff"
|
|
|
|
TextColor="#ffffff"
|
|
|
|
WidthRequest="175"
|
|
|
|
></views:ImageButton>
|
|
|
|
Source="{Binding User.AvatarSource}" />
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
<StackLayout Orientation="Horizontal">
|
|
|
|
<StackLayout Orientation="Horizontal">
|
|
|
|
<Label Text="Recevoir les notifications push" StyleClass="Header" />
|
|
|
|
<Label Text="Recevoir les notifications push" StyleClass="Header" />
|
|
|
|
<Switch IsToggled="{Binding ReceivePushNotifications, Mode=TwoWay}"
|
|
|
|
<Switch IsToggled="{Binding ReceivePushNotifications, Mode=TwoWay}"
|
|
|
|
|