|
1 | 1 | <?xml version="1.0" encoding="utf-8" ?> |
2 | | -<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" |
3 | | - xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" |
4 | | - x:Class="ContinuousDeployment.MainPage"> |
| 2 | +<ContentPage |
| 3 | + x:Class="ContinuousDeployment.MainPage" |
| 4 | + xmlns="http://schemas.microsoft.com/dotnet/2021/maui" |
| 5 | + xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"> |
5 | 6 |
|
6 | 7 | <ScrollView> |
7 | | - <VerticalStackLayout |
8 | | - Padding="30,0" |
9 | | - Spacing="25"> |
| 8 | + <VerticalStackLayout Padding="30,0" Spacing="25"> |
10 | 9 | <Image |
11 | | - Source="dotnet_bot.png" |
12 | | - HeightRequest="185" |
13 | 10 | Aspect="AspectFit" |
14 | | - SemanticProperties.Description="dot net bot in a race car number eight" /> |
| 11 | + HeightRequest="185" |
| 12 | + SemanticProperties.Description="dot net bot in a race car number eight" |
| 13 | + Source="dotnet_bot.png" /> |
15 | 14 |
|
16 | 15 | <Label |
17 | | - Text="Hello, World!" |
| 16 | + SemanticProperties.HeadingLevel="Level1" |
18 | 17 | Style="{StaticResource Headline}" |
19 | | - SemanticProperties.HeadingLevel="Level1" /> |
| 18 | + Text="Hello, SingletonSean Subscribers!" /> |
20 | 19 |
|
21 | 20 | <Label |
22 | | - Text="Welcome to .NET Multi-platform App UI" |
23 | | - Style="{StaticResource SubHeadline}" |
| 21 | + SemanticProperties.Description="Welcome to dot net Multi platform App U I" |
24 | 22 | SemanticProperties.HeadingLevel="Level2" |
25 | | - SemanticProperties.Description="Welcome to dot net Multi platform App U I" /> |
| 23 | + Style="{StaticResource SubHeadline}" |
| 24 | + Text="Welcome to .NET Multi-platform App UI" /> |
26 | 25 |
|
27 | 26 | <Button |
28 | 27 | x:Name="CounterBtn" |
29 | | - Text="Click me" |
30 | | - SemanticProperties.Hint="Counts the number of times you click" |
31 | 28 | Clicked="OnCounterClicked" |
32 | | - HorizontalOptions="Fill" /> |
| 29 | + HorizontalOptions="Fill" |
| 30 | + SemanticProperties.Hint="Counts the number of times you click" |
| 31 | + Text="Click me" /> |
33 | 32 | </VerticalStackLayout> |
34 | 33 | </ScrollView> |
35 | 34 |
|
|
0 commit comments