1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-12-22 10:03:41 +00:00

Ajustements avant publi

This commit is contained in:
Yan Maniez 2018-08-13 22:41:34 +02:00
parent ce5199dffe
commit b7cf17d63a
4 changed files with 10 additions and 2 deletions

View file

@ -33,7 +33,7 @@
<ScrollView Grid.Row="1" Grid.ColumnSpan="2">
<StackLayout Orientation="Vertical" Padding="16,20,16,20" Spacing="10">
<Label Text="Cette application est une aide de jeu pour le plus grand jeu de rôle au monde" />
<Label Text="Cette application est une aide de jeu pour le plus grand jeu de rôle au monde et ses dérivés" />
<Label>
<Label.FormattedText>

View file

@ -30,7 +30,7 @@
<DataTemplate>
<ViewCell AutomationProperties.IsInAccessibleTree="True" AutomationId="machin" AutomationProperties.Name="hop">
<StackLayout Padding="10" Orientation="Vertical">
<Label Text="{Binding Name}" LineBreakMode="WordWrap" Style="{Binding NameLevel,Converter={StaticResource HeaderLevelToStyleConverter}}" />
<Label Text="{Binding Name}" LineBreakMode="WordWrap" TextColor="#0366d6" Style="{Binding NameLevel,Converter={StaticResource HeaderLevelToStyleConverter}}" />
<Label Text="{Binding AltNameText}" LineBreakMode="WordWrap" Style="{DynamicResource subsubsection}" FontSize="12" />
</StackLayout>
</ViewCell>