Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/christoph-jerolimov/app_icon_template
- Owner: christoph-jerolimov
- License: cc-by-4.0
- Created: 2019-01-02T18:49:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-07T08:00:08.000Z (over 3 years ago)
- Last Synced: 2024-11-25T12:16:32.894Z (28 days ago)
- Topics: android-development, flutter, icons, ios-development, react-native, sketch, sketch-template
- Size: 1.79 MB
- Stars: 11
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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:```