|
|
@ -3,7 +3,9 @@
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
|
|
xmlns:local="clr-namespace:MangaMap"
|
|
|
|
xmlns:local="clr-namespace:MangaMap"
|
|
|
|
xmlns:modeles="clr-namespace:MangaMap.Model"
|
|
|
|
xmlns:modeles="clr-namespace:MangaMap.Model"
|
|
|
|
x:Class="MangaMap.Views.homePage">
|
|
|
|
x:Class="MangaMap.Views.homePage"
|
|
|
|
|
|
|
|
xmlns:views="clr-namespace:MangaMap.Views.Composants">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ContentPage.BindingContext>
|
|
|
|
<ContentPage.BindingContext>
|
|
|
|
<modeles:Manager/>
|
|
|
|
<modeles:Manager/>
|
|
|
@ -46,11 +48,7 @@
|
|
|
|
HorizontalOptions="Center">
|
|
|
|
HorizontalOptions="Center">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<views:StyleBouton/>
|
|
|
|
Style="{StaticResource ImageAnime}"
|
|
|
|
|
|
|
|
BackgroundColor="Red"
|
|
|
|
|
|
|
|
Source="test2.png"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<ImageButton
|
|
|
|
Style="{StaticResource ImageAnime}"
|
|
|
|
Style="{StaticResource ImageAnime}"
|
|
|
@ -58,13 +56,9 @@
|
|
|
|
Source="test.jpg"
|
|
|
|
Source="test.jpg"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<views:StyleBouton/>
|
|
|
|
Style="{StaticResource ImageAnime}"
|
|
|
|
|
|
|
|
BackgroundColor="Blue"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<views:StyleBouton/>
|
|
|
|
Style="{StaticResource ImageAnime}"
|
|
|
|
|
|
|
|
BackgroundColor="Purple"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
|
|
|
|
|
|
@ -72,22 +66,13 @@
|
|
|
|
Spacing="100"
|
|
|
|
Spacing="100"
|
|
|
|
HorizontalOptions="Center">
|
|
|
|
HorizontalOptions="Center">
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<views:StyleBouton/>
|
|
|
|
Style="{StaticResource ImageAnime}"
|
|
|
|
|
|
|
|
BackgroundColor="Purple"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<views:StyleBouton/>
|
|
|
|
Style="{StaticResource ImageAnime}"
|
|
|
|
|
|
|
|
BackgroundColor="Green"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<views:StyleBouton/>
|
|
|
|
Style="{StaticResource ImageAnime}"
|
|
|
|
|
|
|
|
BackgroundColor="Gray"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<views:StyleBouton/>
|
|
|
|
Style="{StaticResource ImageAnime}"
|
|
|
|
|
|
|
|
BackgroundColor="Yellow"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
|
|
|
|
|
|
@ -95,22 +80,12 @@
|
|
|
|
Spacing="100"
|
|
|
|
Spacing="100"
|
|
|
|
HorizontalOptions="Center">
|
|
|
|
HorizontalOptions="Center">
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<views:StyleBouton/>
|
|
|
|
Style="{StaticResource ImageAnime}"
|
|
|
|
|
|
|
|
BackgroundColor="Red"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<views:StyleBouton/>
|
|
|
|
Style="{StaticResource ImageAnime}"
|
|
|
|
<views:StyleBouton/>
|
|
|
|
BackgroundColor="Orange"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<views:StyleBouton/>
|
|
|
|
Style="{StaticResource ImageAnime}"
|
|
|
|
|
|
|
|
BackgroundColor="Blue"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
|
|
|
|
Style="{StaticResource ImageAnime}"
|
|
|
|
|
|
|
|
BackgroundColor="Purple"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
</HorizontalStackLayout>
|
|
|
@ -119,27 +94,18 @@
|
|
|
|
Spacing="100"
|
|
|
|
Spacing="100"
|
|
|
|
HorizontalOptions="Center">
|
|
|
|
HorizontalOptions="Center">
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<views:StyleBouton/>
|
|
|
|
Style="{StaticResource ImageAnime}"
|
|
|
|
|
|
|
|
BackgroundColor="Purple"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<views:StyleBouton/>
|
|
|
|
Style="{StaticResource ImageAnime}"
|
|
|
|
|
|
|
|
BackgroundColor="Red"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<views:StyleBouton/>
|
|
|
|
Style="{StaticResource ImageAnime}"
|
|
|
|
|
|
|
|
BackgroundColor="Gray"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<views:StyleBouton/>
|
|
|
|
Style="{StaticResource ImageAnime}"
|
|
|
|
|
|
|
|
BackgroundColor="Yellow"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<ListView x:Name="a1" ItemsSource="{Binding Utilisateurs}">
|
|
|
|
<ListView x:Name="a1" ItemsSource="{Binding Utilisateurs}">
|
|
|
|
|
|
|
|
|
|
|
|
<ListView.ItemTemplate>
|
|
|
|
<ListView.ItemTemplate>
|
|
|
|
<DataTemplate>
|
|
|
|
<DataTemplate>
|
|
|
|
<ViewCell>
|
|
|
|
<ViewCell>
|
|
|
|