summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-01-26 00:44:19 -0800
committerelijah <elijah@riseup.net>2013-01-26 00:44:19 -0800
commit05d23f34073d09e31bc7fc2a0b72023e1dccd00d (patch)
tree55b01c4d15b4d491766b4bd5c010ebe601409049 /README.md
parent83081797f03246a14be7db610878b5e431a07635 (diff)
added icons and Rakefile for rendering to svg to png.
Diffstat (limited to 'README.md')
-rw-r--r--README.md56
1 files changed, 55 insertions, 1 deletions
diff --git a/README.md b/README.md
index 56342dc..c096e5d 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,55 @@
-icons and images for LEAP.
+Icons and Images for LEAP
+====================================
+
+Here lies all the assets for the various LEAP clients. All sources are in SVG format, and rendered to PNG.
+
+Generating PNG images
+======================================
+
+Requirements:
+
+ apt-get install ruby inkscape optipng icnsutils
+
+Usage:
+
+ cd leap_assets
+ rake
+
+Android Launcher Icons
+=====================================
+
+See https://developer.android.com/guide/practices/ui_guidelines/icon_design_launcher.html
+
+Pixels height and width for launcher icons:
+
+36x36 -- ldpi, 120 dpi, Low density screen
+48x48 -- hdpi, 160 dpi, Medium density screen
+72x72 -- mdpi, 240 dpi, High density screen
+96x96 -- xhdpi, 320 dpi, Extra-high density screen
+512x512 -- displayed in Google Play website.
+
+Links:
+
+* Android Launcher Icon Guidelines -- https://developer.android.com/guide/practices/ui_guidelines/icon_design_launcher.html
+
+Android Action Bar Icons
+====================================
+
+See https://developer.android.com/guide/practices/ui_guidelines/icon_design_action_bar.html
+
+18x18 -- ldpi, 120 dpi, Low density screen
+24x24 -- hdpi, 160 dpi, Medium density screen
+36x36 -- mdpi, 240 dpi, High density screen
+48x48 -- xhdpi, 320 dpi, Extra-high density screen
+
+Resources
+=====================
+
+Android Design Downloads
+http://developer.android.com/design/downloads/index.html
+
+Launcher Icon Generator
+https://android-ui-utils.googlecode.com/hg/asset-studio/dist/icons-launcher.html
+
+Nice Symbolic Icons
+check /usr/share/icons/gnome/scalable/**-symbolic.svg