|
|
|
@ -4,5 +4,112 @@
|
|
|
|
|
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>
|
|
|
|
|