You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
88 lines
4.6 KiB
88 lines
4.6 KiB
<?xml version="1.0" encoding="utf-8" ?>
|
|
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
x:Class="Stim.MainPage"
|
|
Title="STIM"
|
|
Background="black">
|
|
<ScrollView>
|
|
|
|
<VerticalStackLayout>
|
|
<HorizontalStackLayout ali>
|
|
<Button Text="BT1"></Button>
|
|
<Button Text="BT1"></Button>
|
|
<Button Text="BT1"></Button>
|
|
<Button Text="BT1"></Button>
|
|
<Button Text="BT1"></Button>
|
|
<Button Text="BT1"></Button>
|
|
<Button Text="BT1"></Button>
|
|
<Button Text="BT1"></Button>
|
|
<Button Text="BT1"></Button>
|
|
<Button Text="BT1"></Button>
|
|
<Button Text="BT1"></Button>
|
|
</HorizontalStackLayout>
|
|
<VerticalStackLayout>
|
|
<HorizontalStackLayout>
|
|
<Image Margin="10" Source="nyancat.png" WidthRequest="100"></Image>
|
|
<Label TextColor="White" FontSize="50">JEU 1</Label>
|
|
</HorizontalStackLayout>
|
|
<HorizontalStackLayout>
|
|
<Image Margin="10" Source="nyancat.png" WidthRequest="100"></Image>
|
|
<Label TextColor="White" FontSize="50">JEU 2</Label>
|
|
</HorizontalStackLayout>
|
|
<HorizontalStackLayout>
|
|
<Image Margin="10" Source="nyancat.png" WidthRequest="100"></Image>
|
|
<Label TextColor="White" FontSize="50">JEU 3</Label>
|
|
</HorizontalStackLayout>
|
|
<HorizontalStackLayout>
|
|
<Image Margin="10" Source="nyancat.png" WidthRequest="100"></Image>
|
|
<Label TextColor="White" FontSize="50">JEU 4</Label>
|
|
</HorizontalStackLayout>
|
|
<HorizontalStackLayout>
|
|
<Image Margin="10" Source="nyancat.png" WidthRequest="100"></Image>
|
|
<Label TextColor="White" FontSize="50">JEU 5</Label>
|
|
</HorizontalStackLayout>
|
|
<HorizontalStackLayout>
|
|
<Image Margin="10" Source="nyancat.png" WidthRequest="100"></Image>
|
|
<Label TextColor="White" FontSize="50">JEU 6</Label>
|
|
</HorizontalStackLayout>
|
|
<HorizontalStackLayout>
|
|
<Image Margin="10" Source="nyancat.png" WidthRequest="100"></Image>
|
|
<Label TextColor="White" FontSize="50">JEU 7</Label>
|
|
</HorizontalStackLayout>
|
|
<HorizontalStackLayout>
|
|
<Image Margin="10" Source="nyancat.png" WidthRequest="100"></Image>
|
|
<Label TextColor="White" FontSize="50">JEU 8</Label>
|
|
</HorizontalStackLayout>
|
|
<HorizontalStackLayout>
|
|
<Image Margin="10" Source="nyancat.png" WidthRequest="100"></Image>
|
|
<Label TextColor="White" FontSize="50">JEU 9</Label>
|
|
</HorizontalStackLayout>
|
|
<HorizontalStackLayout>
|
|
<Image Margin="10" Source="nyancat.png" WidthRequest="100"></Image>
|
|
<Label TextColor="White" FontSize="50">JEU 10</Label>
|
|
</HorizontalStackLayout>
|
|
<HorizontalStackLayout>
|
|
<Image Margin="10" Source="nyancat.png" WidthRequest="100"></Image>
|
|
<Label TextColor="White" FontSize="50">JEU 11</Label>
|
|
</HorizontalStackLayout>
|
|
<HorizontalStackLayout>
|
|
<Image Margin="10" Source="nyancat.png" WidthRequest="100"></Image>
|
|
<Label TextColor="White" FontSize="50">JEU 12</Label>
|
|
</HorizontalStackLayout>
|
|
<HorizontalStackLayout>
|
|
<Image Margin="10" Source="nyancat.png" WidthRequest="100"></Image>
|
|
<Label TextColor="White" FontSize="50">JEU 13</Label>
|
|
</HorizontalStackLayout>
|
|
<HorizontalStackLayout>
|
|
<Image Margin="10" Source="nyancat.png" WidthRequest="100"></Image>
|
|
<Label TextColor="White" FontSize="50">JEU 14</Label>
|
|
</HorizontalStackLayout>
|
|
<HorizontalStackLayout>
|
|
<Image Margin="10" Source="nyancat.png" WidthRequest="100"></Image>
|
|
<Label TextColor="White" FontSize="50">JEU 15</Label>
|
|
</HorizontalStackLayout>
|
|
</VerticalStackLayout>
|
|
</VerticalStackLayout>
|
|
</ScrollView>
|
|
</ContentPage>
|