Skip to content

Commit

Permalink
Better icon for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
deathkiller committed Mar 15, 2019
1 parent 389cab9 commit d772d0f
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 13 deletions.
12 changes: 9 additions & 3 deletions Jazz2.Android/Jazz2.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@
<ItemGroup>
<AndroidResource Include="Resources\mipmap-xxhdpi\ic_launcher.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\mipmap-xxxhdpi\ic_launcher.png" />
</ItemGroup>
<ItemGroup>
<AndroidAsset Include="Assets\fire.png" />
</ItemGroup>
Expand All @@ -150,6 +147,15 @@
<ItemGroup>
<AndroidResource Include="Resources\drawable-xxhdpi\action_bar_bg.9.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\mipmap-anydpi-v26\ic_launcher.xml" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\mipmap-xxhdpi\ic_background.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\mipmap-xxhdpi\ic_foreground.png" />
</ItemGroup>
<Import Project="..\Jazz2.Core\Jazz2.Core.projitems" Label="Shared" />
<Import Project="..\Shared\Duality\Duality.projitems" Label="Shared" />
<Import Project="..\Shared\Primitives\Primitives.projitems" Label="Shared" />
Expand Down
2 changes: 1 addition & 1 deletion Jazz2.Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="jazz2.android" android:versionName="0.5.5" android:installLocation="auto" android:versionCode="550">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="jazz2.android" android:versionName="0.5.6" android:installLocation="auto" android:versionCode="560">
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Expand Down
16 changes: 11 additions & 5 deletions Jazz2.Android/Resources/Resource.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Jazz2.Android/Resources/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/ic_background"/>
<foreground android:drawable="@mipmap/ic_foreground"/>
</adaptive-icon>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
4 changes: 2 additions & 2 deletions Jazz2/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.5.5.0")]
[assembly: AssemblyFileVersion("0.5.5.0")]
[assembly: AssemblyVersion("0.5.6.0")]
[assembly: AssemblyFileVersion("0.5.6.0")]

[assembly: InternalsVisibleTo("Editor")]
4 changes: 2 additions & 2 deletions Tools/Import/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// Můžete zadat všechny hodnoty nebo nastavit výchozí číslo buildu a revize pomocí *, jak je vidět níže:
// pomocí zástupného znaku * takto:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.5.5.0")]
[assembly: AssemblyFileVersion("0.5.5.0")]
[assembly: AssemblyVersion("0.5.6.0")]
[assembly: AssemblyFileVersion("0.5.6.0")]

0 comments on commit d772d0f

Please sign in to comment.