Na, majd otthon ...
This commit is contained in:
@@ -7,14 +7,15 @@
|
||||
<VerticalStackLayout
|
||||
Padding="30,0"
|
||||
Spacing="25">
|
||||
<Image
|
||||
<!--<Image
|
||||
Source="dotnet_bot.png"
|
||||
HeightRequest="185"
|
||||
Aspect="AspectFit"
|
||||
SemanticProperties.Description="dot net bot in a race car number eight" />
|
||||
SemanticProperties.Description="dot net bot in a race car number eight" />-->
|
||||
|
||||
<Label
|
||||
Text="Hello, World!"
|
||||
x:Name="WelcomeLabel"
|
||||
Style="{StaticResource Headline}"
|
||||
SemanticProperties.HeadingLevel="Level1" />
|
||||
|
||||
@@ -24,9 +25,15 @@
|
||||
SemanticProperties.HeadingLevel="Level2"
|
||||
SemanticProperties.Description="Welcome to dot net Multi platform App U I" />
|
||||
|
||||
<Button
|
||||
x:Name="ButtonGetUser"
|
||||
Text="Get user info"
|
||||
SemanticProperties.Hint="Get user info"
|
||||
Clicked="OnButtonGetUser"
|
||||
HorizontalOptions="Fill" />
|
||||
<Button
|
||||
x:Name="CounterBtn"
|
||||
Text="Click me"
|
||||
Text="Hahó II."
|
||||
SemanticProperties.Hint="Counts the number of times you click"
|
||||
Clicked="OnCounterClicked"
|
||||
HorizontalOptions="Fill" />
|
||||
|
||||
Reference in New Issue
Block a user