From 1b69bcb501568081eab31b4b54e93cea2673ee32 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Wed, 2 Sep 2015 17:26:33 -0700 Subject: Use larger media icons to remove fuzziness --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 343ff873..23324cd7 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,11 @@ android -> support -> v4 -> android-support-v4.jar
android -> support -> v7 -> appcompat -> libs android-support-v7-appcompat.jar
android -> support -> v7 -> mediarouter -> libs -> android-support-v7-mediarouter.jar
google -> google_play_services -> libproject -> google-play-services_lib -> lib -> google-play-services.jar + +##Updating Icons +Media Icons are double standard size. On https://romannurik.github.io/AndroidAssetStudio/icons-actionbar.html you can manually change this via the following js commands: +``` +PARAM_RESOURCES.iconSize = {w: 64, h: 64} +PARAM_RESOURCES['targetRect-clipart'] = { x: 12, y: 12, w: 40, h: 40 } +form.fields[0].params.maxFinalSize = {w: 512, h: 512} +``` -- cgit v1.2.3