Légère modification de la page Comptepour les vues Windows
continuous-integration/drone/push Build is passing Details

UI_Windows
Raphael LACOTE 2 years ago
parent fef9f3f8f1
commit 61b29d5a36

@ -8,7 +8,7 @@
Shell.NavBarIsVisible="False">
<ShellContent
ContentTemplate="{DataTemplate local:MainPage}"
ContentTemplate="{DataTemplate local:Compte}"
Route="Inscription" />
</Shell>

@ -3,24 +3,28 @@
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="IHM.Desktop.Compte"
Title="Compte"
BackgroundColor="{StaticResource Yellow100Accent}">
<VerticalStackLayout HorizontalOptions="Center">
BackgroundColor="{StaticResource Yellow300Accent}">
<StackLayout>
<Label
FontAttributes="Bold"
Text="Votre compte"
VerticalOptions="Start"
FontSize="30"/>
<Label
FontAttributes="Bold"
Text="Compte courant --- ???"
VerticalOptions="Center"
FontSize="30"/>
<Button
x:Name="ConnexionButton"
Text="Modifier votre solde"
BackgroundColor="Green"/>
VerticalOptions="End"
BackgroundColor="Brown"/>
</VerticalStackLayout>
</StackLayout>
</ContentPage>
Loading…
Cancel
Save