Added app icon
@@ -9,7 +9,7 @@ using Android.OS;
|
||||
|
||||
namespace PlantBox.Client.Droid
|
||||
{
|
||||
[Activity(Label = "PlantBox", Icon = "@mipmap/icon", Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
|
||||
[Activity(Label = "PlantBox", Icon = "@mipmap/ic_launcher", Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
|
||||
public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity
|
||||
{
|
||||
protected override void OnCreate(Bundle savedInstanceState)
|
||||
|
||||
@@ -100,5 +100,30 @@
|
||||
<Name>PlantBox.Client</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\mipmap-hdpi\ic_launcher.png">
|
||||
<Generator>MSBuild:UpdateGeneratedFiles</Generator>
|
||||
</AndroidResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\mipmap-mdpi\ic_launcher.png">
|
||||
<Generator>MSBuild:UpdateGeneratedFiles</Generator>
|
||||
</AndroidResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\mipmap-xhdpi\ic_launcher.png">
|
||||
<Generator>MSBuild:UpdateGeneratedFiles</Generator>
|
||||
</AndroidResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\mipmap-xxhdpi\ic_launcher.png">
|
||||
<Generator>MSBuild:UpdateGeneratedFiles</Generator>
|
||||
</AndroidResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\mipmap-xxxhdpi\ic_launcher.png">
|
||||
<Generator>MSBuild:UpdateGeneratedFiles</Generator>
|
||||
</AndroidResource>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
|
||||
</Project>
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="fr.ilyx.PlantBox.Client.Android" android:installLocation="auto">
|
||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="27" />
|
||||
<application android:label="PlantBox"></application>
|
||||
<application android:label="PlantBox" android:icon="@mipmap/ic_launcher"></application>
|
||||
</manifest>
|
||||
@@ -3941,13 +3941,16 @@ namespace PlantBox.Client.Droid
|
||||
{
|
||||
|
||||
// aapt resource value: 0x7f030000
|
||||
public const int icon = 2130903040;
|
||||
public const int ic_launcher = 2130903040;
|
||||
|
||||
// aapt resource value: 0x7f030001
|
||||
public const int icon_round = 2130903041;
|
||||
public const int icon = 2130903041;
|
||||
|
||||
// aapt resource value: 0x7f030002
|
||||
public const int launcher_foreground = 2130903042;
|
||||
public const int icon_round = 2130903042;
|
||||
|
||||
// aapt resource value: 0x7f030003
|
||||
public const int launcher_foreground = 2130903043;
|
||||
|
||||
static Mipmap()
|
||||
{
|
||||
|
||||
|
After Width: | Height: | Size: 6.9 KiB |
|
After Width: | Height: | Size: 3.7 KiB |
|
After Width: | Height: | Size: 9.9 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 133 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 4.9 KiB |
|
After Width: | Height: | Size: 7.4 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 132 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 6.5 KiB |
|
After Width: | Height: | Size: 8.5 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 914 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 40 KiB |
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 6.4 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 654 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 5.7 KiB |
|
After Width: | Height: | Size: 7.2 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 6.9 KiB |
|
After Width: | Height: | Size: 9.0 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 37 KiB |
@@ -5,7 +5,7 @@
|
||||
<Properties>
|
||||
<DisplayName>PlantBox.Client.UWP</DisplayName>
|
||||
<PublisherDisplayName>f07f7ac8-775c-4a67-9cc3-65ba8e8262c1</PublisherDisplayName>
|
||||
<Logo>Assets\StoreLogo.png</Logo>
|
||||
<Logo>Assets\Icon\StoreLogo.png</Logo>
|
||||
</Properties>
|
||||
<Dependencies>
|
||||
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
|
||||
@@ -15,15 +15,15 @@
|
||||
</Resources>
|
||||
<Applications>
|
||||
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="PlantBox.Client.UWP.App">
|
||||
<uap:VisualElements DisplayName="PlantBox" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" Description="PlantBox.Client.UWP" BackgroundColor="transparent">
|
||||
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square310x310Logo="Assets\LargeTile.png" Square71x71Logo="Assets\SmallTile.png">
|
||||
<uap:VisualElements DisplayName="PlantBox" Square150x150Logo="Assets\Icon\Square150x150Logo.png" Square44x44Logo="Assets\Icon\Square44x44Logo.png" Description="PlantBox.Client.UWP" BackgroundColor="transparent">
|
||||
<uap:DefaultTile Wide310x150Logo="Assets\Icon\Wide310x150Logo.png" Square310x310Logo="Assets\Icon\LargeTile.png" Square71x71Logo="Assets\Icon\SmallTile.png">
|
||||
<uap:ShowNameOnTiles>
|
||||
<uap:ShowOn Tile="square150x150Logo" />
|
||||
<uap:ShowOn Tile="wide310x150Logo" />
|
||||
<uap:ShowOn Tile="square310x310Logo" />
|
||||
</uap:ShowNameOnTiles>
|
||||
</uap:DefaultTile>
|
||||
<uap:SplashScreen Image="Assets\SplashScreen.png" />
|
||||
<uap:SplashScreen Image="Assets\Icon\SplashScreen.png" />
|
||||
</uap:VisualElements>
|
||||
</Application>
|
||||
</Applications>
|
||||
|
||||
@@ -103,6 +103,51 @@
|
||||
</AppxManifest>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Assets\Icon\LargeTile.scale-100.png" />
|
||||
<Content Include="Assets\Icon\LargeTile.scale-125.png" />
|
||||
<Content Include="Assets\Icon\LargeTile.scale-150.png" />
|
||||
<Content Include="Assets\Icon\LargeTile.scale-200.png" />
|
||||
<Content Include="Assets\Icon\LargeTile.scale-400.png" />
|
||||
<Content Include="Assets\Icon\SmallTile.scale-100.png" />
|
||||
<Content Include="Assets\Icon\SmallTile.scale-125.png" />
|
||||
<Content Include="Assets\Icon\SmallTile.scale-150.png" />
|
||||
<Content Include="Assets\Icon\SmallTile.scale-200.png" />
|
||||
<Content Include="Assets\Icon\SmallTile.scale-400.png" />
|
||||
<Content Include="Assets\Icon\SplashScreen.scale-100.png" />
|
||||
<Content Include="Assets\Icon\SplashScreen.scale-125.png" />
|
||||
<Content Include="Assets\Icon\SplashScreen.scale-150.png" />
|
||||
<Content Include="Assets\Icon\SplashScreen.scale-200.png" />
|
||||
<Content Include="Assets\Icon\SplashScreen.scale-400.png" />
|
||||
<Content Include="Assets\Icon\Square150x150Logo.scale-100.png" />
|
||||
<Content Include="Assets\Icon\Square150x150Logo.scale-125.png" />
|
||||
<Content Include="Assets\Icon\Square150x150Logo.scale-150.png" />
|
||||
<Content Include="Assets\Icon\Square150x150Logo.scale-200.png" />
|
||||
<Content Include="Assets\Icon\Square150x150Logo.scale-400.png" />
|
||||
<Content Include="Assets\Icon\Square44x44Logo.altform-unplated_targetsize-16.png" />
|
||||
<Content Include="Assets\Icon\Square44x44Logo.altform-unplated_targetsize-24.png" />
|
||||
<Content Include="Assets\Icon\Square44x44Logo.altform-unplated_targetsize-256.png" />
|
||||
<Content Include="Assets\Icon\Square44x44Logo.altform-unplated_targetsize-32.png" />
|
||||
<Content Include="Assets\Icon\Square44x44Logo.altform-unplated_targetsize-48.png" />
|
||||
<Content Include="Assets\Icon\Square44x44Logo.scale-100.png" />
|
||||
<Content Include="Assets\Icon\Square44x44Logo.scale-125.png" />
|
||||
<Content Include="Assets\Icon\Square44x44Logo.scale-150.png" />
|
||||
<Content Include="Assets\Icon\Square44x44Logo.scale-200.png" />
|
||||
<Content Include="Assets\Icon\Square44x44Logo.scale-400.png" />
|
||||
<Content Include="Assets\Icon\Square44x44Logo.targetsize-16.png" />
|
||||
<Content Include="Assets\Icon\Square44x44Logo.targetsize-24.png" />
|
||||
<Content Include="Assets\Icon\Square44x44Logo.targetsize-256.png" />
|
||||
<Content Include="Assets\Icon\Square44x44Logo.targetsize-32.png" />
|
||||
<Content Include="Assets\Icon\Square44x44Logo.targetsize-48.png" />
|
||||
<Content Include="Assets\Icon\StoreLogo.scale-100.png" />
|
||||
<Content Include="Assets\Icon\StoreLogo.scale-125.png" />
|
||||
<Content Include="Assets\Icon\StoreLogo.scale-150.png" />
|
||||
<Content Include="Assets\Icon\StoreLogo.scale-200.png" />
|
||||
<Content Include="Assets\Icon\StoreLogo.scale-400.png" />
|
||||
<Content Include="Assets\Icon\Wide310x150Logo.scale-100.png" />
|
||||
<Content Include="Assets\Icon\Wide310x150Logo.scale-125.png" />
|
||||
<Content Include="Assets\Icon\Wide310x150Logo.scale-150.png" />
|
||||
<Content Include="Assets\Icon\Wide310x150Logo.scale-200.png" />
|
||||
<Content Include="Assets\Icon\Wide310x150Logo.scale-400.png" />
|
||||
<Content Include="Assets\LargeTile.scale-100.png" />
|
||||
<Content Include="Assets\LargeTile.scale-200.png" />
|
||||
<Content Include="Assets\LargeTile.scale-400.png" />
|
||||
@@ -144,7 +189,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Xamarin.Forms" Version="3.4.0.1008975" />
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.1.5"/>
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.1.5" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\PlantBox.Client\PlantBox.Client.csproj">
|
||||
|
||||