Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/christoph-jerolimov/app_icon_template

Sketch template to create Android and iOS app icons
https://github.com/christoph-jerolimov/app_icon_template

android-development flutter icons ios-development react-native sketch sketch-template

Last synced: 28 days ago
JSON representation

Sketch template to create Android and iOS app icons

Awesome Lists containing this project

README

        

# 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](https://developer.android.com/guide/practices/ui_guidelines/icon_design_adaptive)** 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](https://github.com/jerolimov/app_icon_template/archive/master.zip))
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](https://developer.android.com/guide/practices/ui_guidelines/icon_design_adaptive).

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

```