Hi,
Can anyone tell me if the internal editor in XStudio or VS fully supports display / preview of 9-patch images?
Also, I have tried adding dpi sub folders such as drawable-hdpi under resources, but certain 9-Patch images do not show (checked filenames are OK) and instead I get resource dialog as attached showing weird "drawable-hdpi" item?
Yet, the resources.designer.cs file seems correct and 9-Patch image is given a resource id?
// aapt resource value: 0x7f020000
public const int gamecorebottomfilterbgx2 = 2130837504;
// aapt resource value: 0x7f020001 <<<< (this is in here but not in resources dialog)
public const int gamecorelistingbgv22x = 2130837505;
// aapt resource value: 0x7f020002
public const int gamecorelistingsporticonfootballhoriz = 2130837506;
Thanks Matt