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:
parent
b96aea1694
commit
ce7a2ad49f
13 changed files with 285 additions and 256 deletions
|
|
@ -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
BIN
AideDeJeu/AideDeJeu.Android/Resources/drawable-hdpi/click.png
Normal file
BIN
AideDeJeu/AideDeJeu.Android/Resources/drawable-hdpi/click.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
BIN
AideDeJeu/AideDeJeu.Android/Resources/drawable-xhdpi/click.png
Normal file
BIN
AideDeJeu/AideDeJeu.Android/Resources/drawable-xhdpi/click.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
BIN
AideDeJeu/AideDeJeu.Android/Resources/drawable-xxhdpi/click.png
Normal file
BIN
AideDeJeu/AideDeJeu.Android/Resources/drawable-xxhdpi/click.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
BIN
AideDeJeu/AideDeJeu.Android/Resources/drawable/click.png
Normal file
BIN
AideDeJeu/AideDeJeu.Android/Resources/drawable/click.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
|
|
@ -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" />
|
||||
|
|
|
|||
BIN
AideDeJeu/AideDeJeu.UWP/click.png
Normal file
BIN
AideDeJeu/AideDeJeu.UWP/click.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
BIN
AideDeJeu/AideDeJeu.iOS/Media.xcassets/click.imageset/click.png
vendored
Normal file
BIN
AideDeJeu/AideDeJeu.iOS/Media.xcassets/click.imageset/click.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue