From 7c4ff73eb7bf7394bafa12c8de9a663c4abbd466 Mon Sep 17 00:00:00 2001 From: Chris Lewis Date: Wed, 9 Dec 2015 10:58:06 -0800 Subject: [PATCH] Use bitmap resource type --- appinfo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appinfo.json b/appinfo.json index 0d56329..c09c2f0 100644 --- a/appinfo.json +++ b/appinfo.json @@ -13,7 +13,7 @@ "media": [ { "menuIcon": true, - "type": "png", + "type": "bitmap", "name": "IMAGE_MENU_ICON", "file": "images/menu_icon_sector_watch.png" } @@ -25,4 +25,4 @@ "chalk" ], "sdkVersion": "3" -} \ No newline at end of file +}