1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-29 22:45:44 +00:00
This commit is contained in:
Yan Maniez 2018-08-27 09:29:49 +02:00
parent 84934d1410
commit 64d7398275
14 changed files with 75 additions and 27 deletions

View file

@ -188,5 +188,29 @@
<ItemGroup>
<AndroidResource Include="Resources\drawable-xxhdpi\crystal_ball.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable\round_star.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable\stars_stack.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-hdpi\round_star.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-hdpi\stars_stack.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-xhdpi\round_star.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-xhdpi\stars_stack.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-xxhdpi\round_star.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-xxhdpi\stars_stack.png" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
</Project>

View file

@ -2192,26 +2192,26 @@ namespace AideDeJeu.Droid
// aapt resource value: 0x7f020053
public const int avd_hide_password = 2130837587;
// aapt resource value: 0x7f020116
public const int avd_hide_password_1 = 2130837782;
// aapt resource value: 0x7f020117
public const int avd_hide_password_2 = 2130837783;
// aapt resource value: 0x7f020118
public const int avd_hide_password_3 = 2130837784;
public const int avd_hide_password_1 = 2130837784;
// aapt resource value: 0x7f020119
public const int avd_hide_password_2 = 2130837785;
// aapt resource value: 0x7f02011a
public const int avd_hide_password_3 = 2130837786;
// aapt resource value: 0x7f020054
public const int avd_show_password = 2130837588;
// aapt resource value: 0x7f020119
public const int avd_show_password_1 = 2130837785;
// aapt resource value: 0x7f02011a
public const int avd_show_password_2 = 2130837786;
// aapt resource value: 0x7f02011b
public const int avd_show_password_3 = 2130837787;
public const int avd_show_password_1 = 2130837787;
// aapt resource value: 0x7f02011c
public const int avd_show_password_2 = 2130837788;
// aapt resource value: 0x7f02011d
public const int avd_show_password_3 = 2130837789;
// aapt resource value: 0x7f020055
public const int black_book = 2130837589;
@ -2771,11 +2771,11 @@ namespace AideDeJeu.Droid
// aapt resource value: 0x7f02010e
public const int notification_icon_background = 2130837774;
// aapt resource value: 0x7f020114
public const int notification_template_icon_bg = 2130837780;
// aapt resource value: 0x7f020116
public const int notification_template_icon_bg = 2130837782;
// aapt resource value: 0x7f020115
public const int notification_template_icon_low_bg = 2130837781;
// aapt resource value: 0x7f020117
public const int notification_template_icon_low_bg = 2130837783;
// aapt resource value: 0x7f02010f
public const int notification_tile_bg = 2130837775;
@ -2784,13 +2784,19 @@ namespace AideDeJeu.Droid
public const int notify_panel_notification_icon_bg = 2130837776;
// aapt resource value: 0x7f020111
public const int spell_book = 2130837777;
public const int round_star = 2130837777;
// aapt resource value: 0x7f020112
public const int splash = 2130837778;
public const int spell_book = 2130837778;
// aapt resource value: 0x7f020113
public const int wooden_sign = 2130837779;
public const int splash = 2130837779;
// aapt resource value: 0x7f020114
public const int stars_stack = 2130837780;
// aapt resource value: 0x7f020115
public const int wooden_sign = 2130837781;
static Drawable()
{

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -13,8 +13,9 @@
</ResourceDictionary>
</ContentPage.Resources>
<ContentPage.ToolbarItems>
<ToolbarItem Name="DeepSearch" Text="Rechercher..." Order="Primary" Icon="crystal_ball.png" Command="{Binding Main.Navigator.DeepSearchCommand}" />
<ToolbarItem Name="About" Text="À propos de..." Order="Secondary" Icon="wooden_sign.png" Command="{Binding Main.Navigator.AboutCommand}" />
<ToolbarItem Name="AddToFavorites" Text="Ajouter aux favoris" Order="Primary" Icon="round_star" Command="{Binding Main.Navigator.DeepSearchCommand}" />
<!--<ToolbarItem Name="DeepSearch" Text="Rechercher..." Order="Primary" Icon="crystal_ball.png" Command="{Binding Main.Navigator.DeepSearchCommand}" />
<ToolbarItem Name="About" Text="À propos de..." Order="Secondary" Icon="wooden_sign.png" Command="{Binding Main.Navigator.AboutCommand}" />-->
</ContentPage.ToolbarItems>
<Grid>
<ScrollView Orientation="Vertical" BackgroundColor="#fdf1dc">

View file

@ -5,12 +5,27 @@
x:Class="AideDeJeu.Views.MainTabbedPage"
Padding="0">
<!--Pages can be added as references or inline-->
<views:MainNavigationPage x:Name="NavigationPage" Title="Haches &amp; Dés" Padding="0">
<views:MainNavigationPage x:Name="NavigationPage" Icon="spell_book">
<views:MainNavigationPage.Title>
<OnPlatform x:TypeArguments="x:String" Android="" Default="Grimoire" WinPhone="Grimoire"/>
</views:MainNavigationPage.Title>
<x:Arguments>
<views:ItemDetailPage />
</x:Arguments>
</views:MainNavigationPage>
<views:DeepSearchPage Title="Recherche" Icon="crystal_ball.png" />
<ContentPage Title="Favoris" />
<views:AboutPage Title="?" Icon="wooden_sign" />
<ContentPage Icon="stars_stack">
<ContentPage.Title>
<OnPlatform x:TypeArguments="x:String" Android="" Default="Favoris" WinPhone="Favoris"/>
</ContentPage.Title>
</ContentPage>
<views:DeepSearchPage Icon="crystal_ball">
<views:DeepSearchPage.Title>
<OnPlatform x:TypeArguments="x:String" Android="" Default="Recherche" WinPhone="Recherche" />
</views:DeepSearchPage.Title>
</views:DeepSearchPage>
<views:AboutPage Title="?" Icon="wooden_sign">
<views:AboutPage.Title>
<OnPlatform x:TypeArguments="x:String" Android="" Default="À propos de..." WinPhone="À propos de..." />
</views:AboutPage.Title>
</views:AboutPage>
</TabbedPage>

1
Data/round-star.svg Normal file
View 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="#000" fill-opacity="0"></path><g class="" style="touch-action: none;" transform="translate(0,0)"><path d="M256 38.013c-22.458 0-66.472 110.3-84.64 123.502-18.17 13.2-136.674 20.975-143.614 42.334-6.94 21.358 84.362 97.303 91.302 118.662 6.94 21.36-22.286 136.465-4.116 149.665 18.17 13.2 118.61-50.164 141.068-50.164 22.458 0 122.9 63.365 141.068 50.164 18.17-13.2-11.056-128.306-4.116-149.665 6.94-21.36 98.242-97.304 91.302-118.663-6.94-21.36-125.444-29.134-143.613-42.335-18.168-13.2-62.182-123.502-84.64-123.502z" fill="#fff" fill-opacity="1"></path></g></svg>

After

Width:  |  Height:  |  Size: 695 B

1
Data/stars-stack.svg Normal file
View 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="#000" fill-opacity="0"></path><g class="" style="touch-action: none;" transform="translate(0,0)"><path d="M256.65 38.984l-49.697 100.702-111.13 16.146 80.413 78.385-18.982 110.68 99.396-52.256 99.397 52.256-18.983-110.68 80.413-78.384-111.127-16.146-49.7-100.702zM112 308.826l-26.674 54.05-59.646 8.665 43.16 42.073-10.188 59.403L112 444.97l53.348 28.046-10.188-59.403 43.16-42.072-59.646-8.665L112 308.825zm288 0l-26.674 54.05-59.646 8.665 43.16 42.073-10.188 59.403L400 444.97l53.348 28.046-10.188-59.403 43.16-42.072-59.646-8.665L400 308.825z" fill="#fff" fill-opacity="1"></path></g></svg>

After

Width:  |  Height:  |  Size: 724 B