Révision 7b67ff55 INRAETemplate/View/AboutView.xaml

Voir les différences:

INRAETemplate/View/AboutView.xaml
2 2
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
3 3
             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
4 4
             x:Class="INRAETemplate.View.AboutView"
5
             xmlns:tools="clr-namespace:INRAETemplate.View.Tools"
5 6
             Title="About">
6 7
    <StackLayout BackgroundColor="{StaticResource InraePrimary}" Spacing="0">
8
        <tools:ConnectionIndicatorView />
7 9
        <ScrollView>
8 10
            <StackLayout Spacing="0">
9 11
                <StackLayout
......
16 18
                        <StackLayout>
17 19
                            <Frame BorderColor="{StaticResource InraePrimary}" Margin="0,0,0,20">
18 20
                                <Label 
19
                                        Text="About..."
21
                                        Text="A propos"
20 22
                                        VerticalOptions="Center" 
21 23
                                        HorizontalOptions="Center"
22 24
                                        Style="{StaticResource textTitre}"/>
23 25
                            </Frame>
26
                            <Grid ColumnDefinitions="70*,30*" RowDefinitions="auto">
27
                                <Label
28
                                    Grid.Row="0"
29
                                    Grid.Column="0"
30
                                    Text="Version Templace :"
31
                                    Style="{StaticResource textLabel}"/>
32
                                <Label
33
                                    Grid.Row="0"
34
                                    Grid.Column="1"
35
                                    Text="{Binding VersionTemplate}"
36
                                    Style="{StaticResource textLabel}"/>
37
                            </Grid>
24 38
                        </StackLayout>
25 39
                    </Frame>
26 40
                </StackLayout>

Formats disponibles : Unified diff