mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-30 15:06:06 +00:00
TODO ;)
This commit is contained in:
parent
15ac414eda
commit
c46212b76e
2 changed files with 12 additions and 0 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue