mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-30 15:06:06 +00:00
Titre de page + v1.27
This commit is contained in:
parent
c1f0c66283
commit
f1789a0913
2 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="26" android:versionName="1.26" package="com.nioux.aidedejeu" android:installLocation="preferExternal">
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="27" android:versionName="1.27" package="com.nioux.aidedejeu" android:installLocation="preferExternal">
|
||||
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="27" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<application android:label="Haches & Dés" android:icon="@drawable/ic_launcher"></application>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
x:Class="AideDeJeu.Views.DeepSearchPage"
|
||||
xmlns:tools="clr-namespace:AideDeJeu.Tools"
|
||||
x:Name="This"
|
||||
BackgroundColor="{StaticResource bgtan}" >
|
||||
BackgroundColor="{StaticResource bgtan}"
|
||||
Title="Recherche">
|
||||
<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}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue