Look intéressant
|
|
@ -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>
|
||||
|
|
|
|||
BIN
AideDeJeu/AideDeJeu.Android/Resources/drawable-hdpi/click.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
AideDeJeu/AideDeJeu.Android/Resources/drawable-xhdpi/click.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
AideDeJeu/AideDeJeu.Android/Resources/drawable-xxhdpi/click.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
AideDeJeu/AideDeJeu.Android/Resources/drawable/click.png
Normal file
|
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
|
After Width: | Height: | Size: 3.1 KiB |
BIN
AideDeJeu/AideDeJeu.iOS/Media.xcassets/click.imageset/click.png
vendored
Normal file
|
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>
|
||||
|
|
|
|||
1
Data/Icons/click.svg
Normal file
|
|
@ -0,0 +1 @@
|
|||
<svg style="height: 512px; width: 512px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#fff" fill-opacity="0"></path><g class="" style="touch-action: none;" transform="translate(0,0)"><path d="M459.15 269.75a133.197 133.197 0 0 1-55.862 179.975l-42.782 22.541-10.52 5.533a71.277 71.277 0 0 1-62.966 1.685l-167.077-71.38 15.733-46.676 99.363 19.194-51.458-97.78-82.843-157.411 40.357-21.232 82.844 157.457 19.934-10.485-36.521-69.445 40.335-21.22 36.52 69.445 19.935-10.485-28.2-53.598 40.358-21.232 28.2 53.598 19.945-10.576-19.354-36.886 40.346-21.174 19.354 36.885 54.348 103.301zM73.268 146.674a60.03 60.03 0 0 1 42.361-102.459 60.098 60.098 0 0 1 56.58 80.169l10.588 20.013A78.29 78.29 0 0 0 115.708 26a78.233 78.233 0 0 0-5.635 156.262L99.428 162.02a59.688 59.688 0 0 1-26.16-15.346z" fill="#000" fill-opacity="1"></path></g></svg>
|
||||
|
After Width: | Height: | Size: 880 B |
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
rem goto nouveau
|
||||
goto nouveau
|
||||
|
||||
call convertone.bat crystal_ball crystal-ball
|
||||
|
||||
|
|
@ -26,4 +26,6 @@ rem call convertone.bat battle_axe battle-axe
|
|||
:nouveau
|
||||
rem call convertmain.bat battle_axe.png battle-axe.svg
|
||||
|
||||
call convertone.bat click click
|
||||
|
||||
pause
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ set ANDROID_PATH=..\..\AideDeJeu\AideDeJeu.Android\Resources\
|
|||
set UWP_PATH=..\..\AideDeJeu\AideDeJeu.UWP\
|
||||
set IOS_PATH=..\..\AideDeJeu\AideDeJeu.iOS\Media.xcassets\
|
||||
|
||||
goto ios
|
||||
rem goto ios
|
||||
|
||||
:android
|
||||
|
||||
|
|
|
|||