Skip to content

Instantly share code, notes, and snippets.

@danhollick
Last active September 11, 2017 13:50
Show Gist options
  • Select an option

  • Save danhollick/1a8316aa09192bfe807001ddb88bfe5c to your computer and use it in GitHub Desktop.

Select an option

Save danhollick/1a8316aa09192bfe807001ddb88bfe5c to your computer and use it in GitHub Desktop.
<Image StretchMode=”PointPrefer”>
<MultiDensityImageSource>
<FileImageSource File=”Icon.png” Density=”1"/>
<FileImageSource File=”Icon@2x.png” Density=”2"/>
<FileImageSource File=”Icon@3x.png” Density=“3”/>
</MultiDensityImageSource>
</Image>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment