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.
116 lines
3.8 KiB
116 lines
3.8 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="Vue.Home">
|
|
|
|
|
|
<FlexLayout
|
|
Direction="Row"
|
|
AlignItems="Stretch"
|
|
BackgroundColor="Red"
|
|
FlowDirection="LeftToRight"
|
|
Wrap="NoWrap">
|
|
|
|
<BoxView
|
|
Color="{StaticResource Tertiary}"
|
|
WidthRequest="300"/>
|
|
|
|
<ScrollView>
|
|
|
|
<FlexLayout
|
|
Direction="Row"
|
|
JustifyContent="SpaceEvenly"
|
|
AlignItems="Center"
|
|
BackgroundColor="White"
|
|
Wrap="Wrap">
|
|
|
|
|
|
<BoxView
|
|
Color="{StaticResource Secondary}"
|
|
WidthRequest="300"
|
|
HeightRequest="200"
|
|
CornerRadius="10"
|
|
Margin="20"/>
|
|
<BoxView
|
|
Color="{StaticResource Secondary}"
|
|
WidthRequest="300"
|
|
HeightRequest="200"
|
|
CornerRadius="10"
|
|
Margin="20"/>
|
|
<BoxView
|
|
Color="{StaticResource Secondary}"
|
|
WidthRequest="300"
|
|
HeightRequest="200"
|
|
CornerRadius="10"
|
|
Margin="20"/>
|
|
<BoxView
|
|
Color="{StaticResource Secondary}"
|
|
WidthRequest="300"
|
|
HeightRequest="200"
|
|
CornerRadius="10"
|
|
Margin="20"/>
|
|
<BoxView
|
|
Color="{StaticResource Secondary}"
|
|
WidthRequest="300"
|
|
HeightRequest="200"
|
|
CornerRadius="10"
|
|
Margin="20"/>
|
|
<BoxView
|
|
Color="{StaticResource Secondary}"
|
|
WidthRequest="300"
|
|
HeightRequest="200"
|
|
CornerRadius="10"
|
|
Margin="20"/>
|
|
<BoxView
|
|
Color="{StaticResource Secondary}"
|
|
WidthRequest="300"
|
|
HeightRequest="200"
|
|
CornerRadius="10"
|
|
Margin="20"/>
|
|
<BoxView
|
|
Color="{StaticResource Secondary}"
|
|
WidthRequest="300"
|
|
HeightRequest="200"
|
|
CornerRadius="10"
|
|
Margin="20"/>
|
|
<BoxView
|
|
Color="{StaticResource Secondary}"
|
|
WidthRequest="300"
|
|
HeightRequest="200"
|
|
CornerRadius="10"
|
|
Margin="20"/>
|
|
<BoxView
|
|
Color="{StaticResource Secondary}"
|
|
WidthRequest="300"
|
|
HeightRequest="200"
|
|
CornerRadius="10"
|
|
Margin="20"/>
|
|
<BoxView
|
|
Color="{StaticResource Secondary}"
|
|
WidthRequest="300"
|
|
HeightRequest="200"
|
|
CornerRadius="10"
|
|
Margin="20"/>
|
|
<BoxView
|
|
Color="{StaticResource Secondary}"
|
|
WidthRequest="300"
|
|
HeightRequest="200"
|
|
CornerRadius="10"
|
|
Margin="20"/>
|
|
<BoxView
|
|
Color="{StaticResource Secondary}"
|
|
WidthRequest="300"
|
|
HeightRequest="200"
|
|
CornerRadius="10"
|
|
Margin="20"/>
|
|
|
|
|
|
</FlexLayout>
|
|
</ScrollView>
|
|
|
|
</FlexLayout>
|
|
|
|
|
|
|
|
</ContentPage>
|