Giter VIP home page Giter VIP logo

app_icon_template's Introduction

Sketch template to create Android and iOS app icons

✅ Exports the "standard" Android App Icons as rectangle and round icon

✅ Exports the "new" Android O Adaptive App Icon Set with its separate background and foreground layer

✅ Exports all required App Icons for iOS (iPhone and iPad)

✅ And finally, exports marketing icons for the AppStore and PlayStore.


Getting started

Clone or download (zip-file) the complete repository, modify the Sketch file and export all assets.

The Sketch file uses Symbols and pre-defined Exports to make the usage streight forward.

Android

To create all necessary icons you need to update the "Android Standard Icon" (first row, first icon) as well as the Android Foreground and Android Background assets (second row, first and second icon).

Export than all icon sizes with File > Export... and copy the content of the android/res folder into your Android project (into the src/main/res folder).

This includes your generated content as well as the mipmap-anydpi-v26 folder for Adaptive icons.

You should also update your AndroidManifest.xml application tag and add or update this two icon attributes:

    <application
        ....
        android:icon="@mipmap/ic_launcher"
        android:roundIcon="@mipmap/ic_launcher_round"
        ....

iOS

Copy the icon asset bundle (the folder) ios/AppIcon.appiconset into your Xcode project (into the folder with your project name/Images.xcassets). This folder includes your generated content as well as the Contents.json file which referes these icons (by their filename) already.

Changelog

1.1

  • Add missing iOS Icons for the iPad.

1.0

  • Initial version with support for Android Standard Icons, the Android Adaptive App Icon and iOS Icons.

License

Created by Christoph Jerolimov. You can follow me on twitter: @jerolimov

Licensed unter Creative Commons Attribution 4.0 International Public License (CC BY 4.0)

app_icon_template's People

Contributors

jerolimov avatar thinkmobilede avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

app_icon_template's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.