diff --git a/src/App.Android/MainApplication.cs b/src/App.Android/MainApplication.cs index b590c33..af11f2f 100644 --- a/src/App.Android/MainApplication.cs +++ b/src/App.Android/MainApplication.cs @@ -10,7 +10,8 @@ namespace PalladiumWallet.Mobile; // In Avalonia 12 l'AppBuilder Android si configura nella sottoclasse Application // (AvaloniaAndroidApplication), non più nell'Activity. allowBackup=false: // il file wallet cifrato/seed non deve finire nei backup cloud automatici. -[Application(Label = "Palladium Wallet", AllowBackup = false)] +[Application(Label = "Palladium Wallet", AllowBackup = false, + Icon = "@mipmap/ic_launcher", RoundIcon = "@mipmap/ic_launcher_round")] public class MainApplication : AvaloniaAndroidApplication { public MainApplication(IntPtr javaReference, JniHandleOwnership transfer) diff --git a/src/App.Android/Resources/drawable/ic_launcher_foreground.png b/src/App.Android/Resources/drawable/ic_launcher_foreground.png new file mode 100644 index 0000000..c11bb1d Binary files /dev/null and b/src/App.Android/Resources/drawable/ic_launcher_foreground.png differ diff --git a/src/App.Android/Resources/mipmap-anydpi-v26/ic_launcher.xml b/src/App.Android/Resources/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 0000000..5ed0a2d --- /dev/null +++ b/src/App.Android/Resources/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/src/App.Android/Resources/mipmap-anydpi-v26/ic_launcher_round.xml b/src/App.Android/Resources/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 0000000..5ed0a2d --- /dev/null +++ b/src/App.Android/Resources/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/src/App.Android/Resources/mipmap-hdpi/ic_launcher.png b/src/App.Android/Resources/mipmap-hdpi/ic_launcher.png new file mode 100644 index 0000000..fc14416 Binary files /dev/null and b/src/App.Android/Resources/mipmap-hdpi/ic_launcher.png differ diff --git a/src/App.Android/Resources/mipmap-mdpi/ic_launcher.png b/src/App.Android/Resources/mipmap-mdpi/ic_launcher.png new file mode 100644 index 0000000..4b90c2c Binary files /dev/null and b/src/App.Android/Resources/mipmap-mdpi/ic_launcher.png differ diff --git a/src/App.Android/Resources/mipmap-xhdpi/ic_launcher.png b/src/App.Android/Resources/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 0000000..17db035 Binary files /dev/null and b/src/App.Android/Resources/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/App.Android/Resources/mipmap-xxhdpi/ic_launcher.png b/src/App.Android/Resources/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..8e94a18 Binary files /dev/null and b/src/App.Android/Resources/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/App.Android/Resources/mipmap-xxxhdpi/ic_launcher.png b/src/App.Android/Resources/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 0000000..de3b84f Binary files /dev/null and b/src/App.Android/Resources/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/App.Android/Resources/values/ic_launcher_background.xml b/src/App.Android/Resources/values/ic_launcher_background.xml new file mode 100644 index 0000000..f42ada6 --- /dev/null +++ b/src/App.Android/Resources/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #FFFFFF +