|
|
|
@ -4,38 +4,53 @@
|
|
|
|
|
x:Class="Linaris.MainPage">
|
|
|
|
|
|
|
|
|
|
<ScrollView>
|
|
|
|
|
<VerticalStackLayout
|
|
|
|
|
Spacing="25"
|
|
|
|
|
Padding="30,0"
|
|
|
|
|
VerticalOptions="Center">
|
|
|
|
|
<FlexLayout Direction="Row"
|
|
|
|
|
AlignItems="Start"
|
|
|
|
|
JustifyContent="SpaceAround"
|
|
|
|
|
BackgroundColor="#5A5A5A">
|
|
|
|
|
|
|
|
|
|
<Image
|
|
|
|
|
Source="dotnet_bot.png"
|
|
|
|
|
SemanticProperties.Description="Cute dot net bot waving hi to you!"
|
|
|
|
|
HeightRequest="200"
|
|
|
|
|
Source="album1.jpg"
|
|
|
|
|
SemanticProperties.Description="Album 1"
|
|
|
|
|
HeightRequest="175"
|
|
|
|
|
HorizontalOptions="Center" />
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
|
Text="Hello, World!"
|
|
|
|
|
SemanticProperties.HeadingLevel="Level1"
|
|
|
|
|
FontSize="32"
|
|
|
|
|
<Image
|
|
|
|
|
Source="album2.jpg"
|
|
|
|
|
SemanticProperties.Description="Album 2"
|
|
|
|
|
HeightRequest="175"
|
|
|
|
|
HorizontalOptions="Center" />
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
|
Text="Welcome to .NET Multi-platform App UI"
|
|
|
|
|
SemanticProperties.HeadingLevel="Level2"
|
|
|
|
|
SemanticProperties.Description="Welcome to dot net Multi platform App U I"
|
|
|
|
|
FontSize="18"
|
|
|
|
|
<Image
|
|
|
|
|
Source="album3.jpg"
|
|
|
|
|
SemanticProperties.Description="Album 3"
|
|
|
|
|
HeightRequest="175"
|
|
|
|
|
HorizontalOptions="Center" />
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
x:Name="CounterBtn"
|
|
|
|
|
Text="Click me"
|
|
|
|
|
SemanticProperties.Hint="Counts the number of times you click"
|
|
|
|
|
Clicked="OnCounterClicked"
|
|
|
|
|
<Image
|
|
|
|
|
Source="album4.jpg"
|
|
|
|
|
SemanticProperties.Description="Album 4"
|
|
|
|
|
HeightRequest="175"
|
|
|
|
|
HorizontalOptions="Center" />
|
|
|
|
|
<Image
|
|
|
|
|
Source="album5.jpg"
|
|
|
|
|
SemanticProperties.Description="Album 5"
|
|
|
|
|
HeightRequest="175"
|
|
|
|
|
HorizontalOptions="Center" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Image
|
|
|
|
|
Source="album6.jpg"
|
|
|
|
|
SemanticProperties.Description="Album 6"
|
|
|
|
|
HeightRequest="175"
|
|
|
|
|
HorizontalOptions="Center" />
|
|
|
|
|
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
<Image
|
|
|
|
|
Source="album7.png"
|
|
|
|
|
SemanticProperties.Description="Album 7"
|
|
|
|
|
HeightRequest="175"
|
|
|
|
|
HorizontalOptions="Center" />
|
|
|
|
|
</FlexLayout>
|
|
|
|
|
|
|
|
|
|
</ScrollView>
|
|
|
|
|
|
|
|
|
|
</ContentPage>
|
|
|
|
|