Na, majd otthon ...

This commit is contained in:
Iván Szabó
2025-01-06 12:49:34 +01:00
parent a80870b5c3
commit 92801fefb9
11 changed files with 106 additions and 18 deletions
+10 -3
View File
@@ -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" />