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"> Shell.NavBarIsVisible="False">
<ShellContent <ShellContent
ContentTemplate="{DataTemplate local:MainPage}" ContentTemplate="{DataTemplate local:Compte}"
Route="Inscription" /> Route="Inscription" />
</Shell> </Shell>

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