3 references to IconDefaultDpiType
Microsoft.Maui.Resizetizer (3)
GenerateTizenManifest.cs (3)
147
var defaultDpi = DpiPath.Tizen.AppIcon.Where(n => n.Path.EndsWith(
IconDefaultDpiType
)).FirstOrDefault();
148
icon.Value =
IconDefaultDpiType
+ "/" + appIconInfo.OutputName + defaultDpi.FileSuffix + IconImageExtension;
153
string fileSuffix = dpiValue ==
IconDefaultDpiType
? "xhigh" : "high";