1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-12-19 16:50:10 +00:00

Look intéressant

This commit is contained in:
Yan Maniez 2019-04-12 11:08:06 +02:00
parent b96aea1694
commit ce7a2ad49f
13 changed files with 285 additions and 256 deletions

View file

@ -174,6 +174,9 @@
<ItemGroup>
<AndroidResource Include="Resources\drawable\crystal_ball.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable\click.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable\funnel.png" />
</ItemGroup>
@ -195,6 +198,9 @@
<ItemGroup>
<AndroidResource Include="Resources\drawable-hdpi\crystal_ball.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-hdpi\click.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-hdpi\funnel.png" />
</ItemGroup>
@ -216,6 +222,9 @@
<ItemGroup>
<AndroidResource Include="Resources\drawable-xhdpi\crystal_ball.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-xhdpi\click.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-xhdpi\funnel.png" />
</ItemGroup>
@ -237,6 +246,9 @@
<ItemGroup>
<AndroidResource Include="Resources\drawable-xxhdpi\crystal_ball.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-xxhdpi\click.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-xxhdpi\funnel.png" />
</ItemGroup>

File diff suppressed because it is too large Load diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -140,6 +140,7 @@
<Content Include="battle_axe.png" />
<Content Include="crystal_ball.png" />
<Content Include="dragon_head.png" />
<Content Include="click.png" />
<Content Include="funnel.png" />
<Content Include="icon.png" />
<Content Include="ic_launcher.png" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -11,7 +11,17 @@
<tools:NullToFalseConverter x:Key="NullToFalseConverter" />
</ResourceDictionary>
</StackLayout.Resources>
<mdview:MarkdownView Theme="{StaticResource MonsterMarkdownTheme}" Markdown="{Binding Title, Source={x:Reference this}, StringFormat='# {0}'}" IsEnabled="False" />
<Frame BorderColor="Black" Padding="2">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*" />
<ColumnDefinition Width="auto" />
<ColumnDefinition Width="10" />
</Grid.ColumnDefinitions>
<mdview:MarkdownView Grid.Column="0" Theme="{StaticResource MonsterMarkdownTheme}" Markdown="{Binding Title, Source={x:Reference this}, StringFormat='# {0}'}" IsEnabled="False" />
<Image Grid.Column="1" WidthRequest="32" HeightRequest="32" Source="click.png" />
</Grid>
</Frame>
<!--<mdview:MarkdownView Theme="{StaticResource MonsterMarkdownTheme}" Markdown="{Binding SelectedItem, Source={x:Reference this}}" />-->
<!--<StackLayout BindableLayout.ItemsSource="{Binding ItemsSource, Source={x:Reference this}}">
<BindableLayout.ItemTemplate>