You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Propose that more complex scenarios can be catered for differentiating between iPad and iPhone screens (e.g. idiom in Contents.json) and the more complex android naming for resources (e.g. drawable-sw600dp). I am still trying to hunt down the Android link for the valuable detail on this.
DETAILS
I am still trying to work out how this might work. I was assuming it could slot in to the additionalOutputs option within a specific platform entry in an image.json file, e.g.
SUMMARY
Currently images are output as
drawable-hdpi
drawable-mdpi
drawable-xhdpi
drawable-xxhdpi
drawable-xxxhdpi
"idiom" : "universal"
insideContents.json
Propose that more complex scenarios can be catered for differentiating between iPad and iPhone screens (e.g.
idiom
in Contents.json) and the more complex android naming for resources (e.g.drawable-sw600dp
). I am still trying to hunt down the Android link for the valuable detail on this.DETAILS
I am still trying to work out how this might work. I was assuming it could slot in to the
additionalOutputs
option within a specific platform entry in an image.json file, e.g.PLATFORMS
The text was updated successfully, but these errors were encountered: