|
|
|
@ -11,11 +11,11 @@
|
|
|
|
|
|
|
|
|
|
<StackLayout BackgroundColor="{StaticResource Gray900}" HorizontalOptions="StartAndExpand" VerticalOptions="FillAndExpand">
|
|
|
|
|
|
|
|
|
|
<Button Text="ACCUEIL" BackgroundColor="{StaticResource Yellow100Accent}" TextColor="{StaticResource Yellow300Accent}" Padding="20" Margin="20" ></Button>
|
|
|
|
|
<Button Text="ACCUEIL" BackgroundColor="{StaticResource Yellow100Accent}" Padding="20" Margin="20" ></Button>
|
|
|
|
|
<Button Text="COMPTE" BackgroundColor="{StaticResource Yellow100Accent}" Padding="20" Margin="20"></Button>
|
|
|
|
|
<Button Text="OPERATION" BackgroundColor="{StaticResource Yellow100Accent}" Padding="20" Margin="20"></Button>
|
|
|
|
|
<Button Text="ECHEANCIER" BackgroundColor="{StaticResource Yellow100Accent}" Padding="20" Margin="20"></Button>
|
|
|
|
|
<Button Text="PLANIFICATION" BackgroundColor="{StaticResource Primary}" Padding="20" Margin="20" ></Button>
|
|
|
|
|
<Button Text="PLANIFICATION" BackgroundColor="{StaticResource Primary}" TextColor="{StaticResource Yellow300Accent}" Padding="20" Margin="20" ></Button>
|
|
|
|
|
</StackLayout>
|
|
|
|
|
|
|
|
|
|
</StackLayout>
|
|
|
|
|