From f98a37df745ede78aaff48b441dbaa77caed3f11 Mon Sep 17 00:00:00 2001 From: vkman Date: Thu, 9 Mar 2017 13:47:44 -0500 Subject: [PATCH] Update icons-and-splash.html.md Android icons are not being generated properly without explicit width and height properties. --- .../2-configuring/icons-and-splash.html.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/4-phonegap-build/2-configuring/icons-and-splash.html.md b/docs/4-phonegap-build/2-configuring/icons-and-splash.html.md index f6925ca4d..3c023082c 100755 --- a/docs/4-phonegap-build/2-configuring/icons-and-splash.html.md +++ b/docs/4-phonegap-build/2-configuring/icons-and-splash.html.md @@ -42,8 +42,8 @@ The default icon must be named `icon.png` and must reside in the root of your ap ``` - **src**: (required) specifies the location of the image file relative to your config.xml -- **width**: (optional) but recommended to include, width in pixels -- **height**: (optional) but recommended to include, height in pixels +- **width**: (required) width in pixels +- **height**: (required) height in pixels - **platform**: (optional) the target platform (`ios`, `android`, or `windows`) ### iOS @@ -103,12 +103,12 @@ The names below reflect the names of the destination files when they are added t We support all Android resource qualifiers. Commonly used qualifiers refer to device density and language. ```xml - - - - - - + + + + + + ``` A list of these qualifiers can be viewed on Table-2 [here](http://developer.android.com/guide/topics/resources/providing-resources.html). Note that compound qualifiers (eg. "port-xhdpi") have to be in the same order as viewed on this table.