cleaning
This commit is contained in:
parent
f7a760b5ac
commit
b7c0c46555
1 changed files with 2 additions and 16 deletions
|
|
@ -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}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue