Sam Afshari's Notes
  • GitHub
  • Twitter/X
  • All posts
  • Ed
  • NuGets
  • POIWorld
  • RedCorners

Creating Icon Sets for Xamarin.Forms - Sun, Sep 1, 2019

My AppIconMaker project lets you resize a large icon to all the different dimensions needed by the iOS App Store, as well as three sizes for Android, with the push of a button. If you’ve used the RedCorners.Forms template to create your projects, you can simply drag and drop the output files into your projects and replace the files. Everything fits perfectly!

iOS Icons

The following files are generated for the iOS target:

Tree of logo1024.png_ios
    Contents.json
    Icon-App-20x20@1x.png
    Icon-App-20x20@2x.png
    Icon-App-20x20@3x.png
    Icon-App-29x29@1x.png
    Icon-App-29x29@2x.png
    Icon-App-29x29@2x1.png
    Icon-App-29x29@3x.png
    Icon-App-40x40@1x.png
    Icon-App-40x40@2x.png
    Icon-App-40x40@2x1.png
    Icon-App-40x40@3x.png
    Icon-App-57x57@1x.png
    Icon-App-57x57@2x.png
    Icon-App-60x60@1x.png
    Icon-App-60x60@2x.png
    Icon-App-60x60@3x.png
    Icon-App-72x72@1x.png
    Icon-App-72x72@2x.png
    Icon-App-76x76@1x.png
    Icon-App-76x76@2x.png
    Icon-App-76x76@3x.png
    Icon-App-83.5x83.5@2x.png
    Icon-Small-50x50@1x.png
    Icon-Small-50x50@2x.png
    icon_rect_1024.png

Android Icons

The following files are generated for the Android target:

Tree of logo1024t.png_droid
├───drawable-hdpi
│       icon.png
│
├───drawable-xhdpi
│       icon.png
│
└───drawable-xxhdpi
        icon.png

Back to Home


© Sam Afshari 2024