Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zmalltalker/sketch-android-assets
Generate Android assets in Sketch
https://github.com/zmalltalker/sketch-android-assets
Last synced: about 1 month ago
JSON representation
Generate Android assets in Sketch
- Host: GitHub
- URL: https://github.com/zmalltalker/sketch-android-assets
- Owner: zmalltalker
- License: gpl-3.0
- Created: 2014-01-22T19:05:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T12:52:21.000Z (over 7 years ago)
- Last Synced: 2024-07-03T05:23:26.283Z (5 months ago)
- Size: 45.9 KB
- Stars: 356
- Watchers: 20
- Forks: 55
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-sketch - zmalltalker/sketch-android-assets
README
# sketch-android-assets
Generate Android assets in Sketch.
**This plugin is no longer maintained, and probably not required
either**. Sketch has received native support for exporting assets for
Android. To use this, use Sketch's native export settings, with a few
tweaks:* First click the settings dialog in the Export section, and select
"Edit presets"![Sketch export section](http://zmalltalker.github.io/images/sketch_export.png)
![Sketch presets dropdown](http://zmalltalker.github.io/images/sketch_dropdown.png)* In the dialog that appears, select the "Android" item in the list,
and prepend `drawable-` to each "Prefix/suffix" text box in the
list. So rather than having `mdpi/` in the `1x` item, enter
`drawable-mdpi/`![Sketch presets edited](http://zmalltalker.github.io/images/sketch_presets.png)
Now, when exporting simply select the "Android" preset and click the
Export buttonIf for some reason you still want to use this plugin, use Git to
checkout a previous version.