Got Avalonia.Ui working.

This commit is contained in:
2026-01-31 13:24:14 +01:00
parent d86d0d2f32
commit e4dd1b6150
33 changed files with 396 additions and 283 deletions

View File

@@ -3,10 +3,10 @@ using Android.Content.PM;
using Avalonia;
using Avalonia.Android;
namespace gamenight.ui.Android;
namespace Gamenight.Ui.Android;
[Activity(
Label = "gamenight.ui.Android",
Label = "Gamenight.Ui.Android",
Theme = "@style/MyTheme.NoActionBar",
Icon = "@drawable/icon",
MainLauncher = true,