|
|
@ -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/>
|
|
|
@ -32,11 +34,7 @@
|
|
|
|
HorizontalOptions="Center">
|
|
|
|
HorizontalOptions="Center">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<views:StyleBouton/>
|
|
|
|
Style="{StaticResource ImageAnime}"
|
|
|
|
|
|
|
|
BackgroundColor="Red"
|
|
|
|
|
|
|
|
Source="test2.png"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<ImageButton
|
|
|
|
Style="{StaticResource ImageAnime}"
|
|
|
|
Style="{StaticResource ImageAnime}"
|
|
|
@ -44,13 +42,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>
|
|
|
|
|
|
|
|
|
|
|
@ -58,22 +52,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>
|
|
|
|
|
|
|
|
|
|
|
@ -81,22 +66,12 @@
|
|
|
|
Spacing="100"
|
|
|
|
Spacing="100"
|
|
|
|
HorizontalOptions="Center">
|
|
|
|
HorizontalOptions="Center">
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<views:StyleBouton/>
|
|
|
|
Style="{StaticResource ImageAnime}"
|
|
|
|
|
|
|
|
BackgroundColor="Red"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
|
|
|
|
Style="{StaticResource ImageAnime}"
|
|
|
|
|
|
|
|
BackgroundColor="Orange"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<views:StyleBouton/>
|
|
|
|
Style="{StaticResource ImageAnime}"
|
|
|
|
<views:StyleBouton/>
|
|
|
|
BackgroundColor="Blue"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<views:StyleBouton/>
|
|
|
|
Style="{StaticResource ImageAnime}"
|
|
|
|
|
|
|
|
BackgroundColor="Purple"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
</HorizontalStackLayout>
|
|
|
@ -105,27 +80,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>
|
|
|
|