1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-30 15:06:06 +00:00
This commit is contained in:
Yan Maniez 2019-05-09 14:21:14 +02:00
parent 15ac414eda
commit c46212b76e
2 changed files with 12 additions and 0 deletions

View file

@ -14,6 +14,12 @@
<ContentView.Content> <ContentView.Content>
<ScrollView Grid.ColumnSpan="2" Orientation="Vertical"> <ScrollView Grid.ColumnSpan="2" Orientation="Vertical">
<StackLayout> <StackLayout>
<Frame BorderColor="Black" Padding="2" Margin="10">
<StackLayout Padding="0">
<mdview:MarkdownView Theme="{StaticResource MonsterMarkdownTheme}" Markdown="# Équipement" />
<mdview:MarkdownView Theme="{StaticResource MonsterMarkdownTheme}" Markdown="### TODO" />
</StackLayout>
</Frame>
</StackLayout> </StackLayout>
</ScrollView> </ScrollView>
</ContentView.Content> </ContentView.Content>

View file

@ -14,6 +14,12 @@
<ContentView.Content> <ContentView.Content>
<ScrollView Grid.ColumnSpan="2" Orientation="Vertical"> <ScrollView Grid.ColumnSpan="2" Orientation="Vertical">
<StackLayout> <StackLayout>
<Frame BorderColor="Black" Padding="2" Margin="10">
<StackLayout Padding="0">
<mdview:MarkdownView Theme="{StaticResource MonsterMarkdownTheme}" Markdown="# Résumé" />
<mdview:MarkdownView Theme="{StaticResource MonsterMarkdownTheme}" Markdown="### TODO" />
</StackLayout>
</Frame>
</StackLayout> </StackLayout>
</ScrollView> </ScrollView>
</ContentView.Content> </ContentView.Content>