Added app icon

This commit is contained in:
2019-03-05 09:59:32 +01:00
parent 450f2e0488
commit 4a23135e34
56 changed files with 83 additions and 10 deletions

View File

@@ -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)