Mise à jour de la page connexion (pour les tp)

pull/13/head
Rémi LAVERGNE 1 year ago
parent f966490576
commit e5586c804c

@ -4,80 +4,112 @@
x:Class="Trek_12.Views.PageConnexion"
Title="PageConnexion">
<ScrollView Orientation="Vertical">
<VerticalStackLayout BackgroundColor="AliceBlue">
<Label
Text="Ceci est un bouton"
TextColor="Black"
BackgroundColor="DarkSalmon"
HorizontalTextAlignment="Center"
FontAttributes="Bold"
Margin="20"
Padding="15"
/>
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="*"/>
</Grid.ColumnDefinitions>
<Button
CornerRadius="20"
Text="Rémi > Remi > Lucas"
WidthRequest="300"
HeightRequest="20"
/>
<ScrollView Orientation="Vertical">
<VerticalStackLayout BackgroundColor="AliceBlue">
<Label
Text="Ceci est un bouton"
TextColor="Black"
BackgroundColor="DarkSalmon"
HorizontalTextAlignment="Center"
FontAttributes="Bold"
Margin="20"
Padding="15"
/>
<Button
CornerRadius="20"
Text="Rémi > Remi > Lucas"
WidthRequest="300"
HeightRequest="20"
/>
<Label
Text="Ceci est une scroll view d'images"
TextColor="Black"
BackgroundColor="DarkSalmon"
HorizontalTextAlignment="Center"
FontAttributes="Bold"
Margin="20"
Padding="15"
/>
<Label
Text="Ceci est une scroll view d'images"
TextColor="Black"
BackgroundColor="DarkSalmon"
HorizontalTextAlignment="Center"
FontAttributes="Bold"
Margin="20"
Padding="15"
/>
<ScrollView
Orientation="Horizontal"
BackgroundColor="Azure"
Margin="20">
<ScrollView
Orientation="Horizontal"
BackgroundColor="Azure"
Margin="20">
<HorizontalStackLayout
HeightRequest="200">
<Image
Source="tmp1.jpeg"
/>
<Image
Source="tmp2.jpeg"
/>
<Image
Source="tmp3.jpeg"
/>
<Image
Source="tmp2.jpeg"
/>
<Image
Source="tmp1.jpeg"
/>
</HorizontalStackLayout>
</ScrollView>
<HorizontalStackLayout HeightRequest="200">
<Image
Source="tmp1.jpeg"
/>
<Image
Source="tmp2.jpeg"
/>
<Image
Source="tmp3.jpeg"
/>
<Image
Source="tmp2.jpeg"
/>
<Image
Source="tmp1.jpeg"
/>
</HorizontalStackLayout>
</ScrollView>
<Label
Text="Ceci est une search bar"
TextColor="Black"
BackgroundColor="DarkSalmon"
HorizontalTextAlignment="Center"
FontAttributes="Bold"
Margin="20"
Padding="15"
/>
<Label
Text="Ceci est une search bar"
TextColor="Black"
BackgroundColor="DarkSalmon"
HorizontalTextAlignment="Center"
FontAttributes="Bold"
Margin="20"
Padding="15"
/>
<SearchBar
Placeholder="Rechercher..."
PlaceholderColor="Red"
Margin="20"
HeightRequest="50"
WidthRequest="400"
/>
<SearchBar
Placeholder="Rechercher..."
PlaceholderColor="Red"
Margin="20"
HeightRequest="50"
WidthRequest="400"
/>
<Label
Text="Ceci est un slider"
TextColor="Black"
BackgroundColor="DarkSalmon"
HorizontalTextAlignment="Center"
FontAttributes="Bold"
Margin="20"
Padding="15"
/>
<Slider
Maximum="100"
Minimum="0"
Value="50"
Margin="20"
WidthRequest="400"
/>
</VerticalStackLayout>
</ScrollView>
<BoxView Grid.Column="1" BackgroundColor="CornflowerBlue" CornerRadius="10"/>
<VerticalStackLayout Grid.Column="1" VerticalOptions="Center" HorizontalOptions="Center">
<ActivityIndicator IsRunning="True" HeightRequest="50" WidthRequest="50" Color="Firebrick" />
<Switch IsToggled="False" ThumbColor="Firebrick" OnColor="Salmon" />
</VerticalStackLayout>
</ScrollView>
</Grid>
</ContentPage>
Loading…
Cancel
Save