Display supported ABIs in APK info panel

This commit is contained in:
ema
2025-06-25 01:58:32 +08:00
parent 1c1f6d55e7
commit f3c08d5b76
6 changed files with 94 additions and 35 deletions

View File

@@ -75,7 +75,7 @@ public class Plugin : IViewer
{
context.PreferredSize = Path.GetExtension(ConfirmPath(path)).ToLower() switch
{
".apk" => new Size { Width = 560, Height = 505 },
".apk" => new Size { Width = 560, Height = 510 },
".ipa" => new Size { Width = 560, Height = 510 },
".hap" => new Size { Width = 560, Height = 500 },
".msi" => new Size { Width = 560, Height = 230 },