Try to make icon nicer.

This commit is contained in:
Creeper Lv
2025-12-24 02:57:21 +11:00
parent be9b6d9619
commit 03a8660008
9 changed files with 20 additions and 6 deletions

View File

@@ -9,6 +9,7 @@ namespace Progrart.Android;
Label = "Progrart.Android",
Theme = "@style/MyTheme.NoActionBar",
Icon = "@drawable/icon",
RoundIcon = "@drawable/app_icon",
MainLauncher = true,
ConfigurationChanges = ConfigChanges.Orientation | ConfigChanges.ScreenSize | ConfigChanges.UiMode)]
public class MainActivity : AvaloniaMainActivity<App>