From 5de461d8fd15a2a342d981f4fdc1b84921a89c97 Mon Sep 17 00:00:00 2001 From: woo Date: Thu, 16 May 2013 11:40:59 +0900 Subject: [PATCH] modify GetBitmapN method description Change-Id: Ic3ff009e90c7599d26afcb09f5fee12a01a4a25f Signed-off-by: woo --- inc/FAppAppResource.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inc/FAppAppResource.h b/inc/FAppAppResource.h index 5623e60..baa1d8b 100644 --- a/inc/FAppAppResource.h +++ b/inc/FAppAppResource.h @@ -116,8 +116,8 @@ public: * '720x1280' and if the file does not exist, it will then search the folder that corresponds to the current screen density, * such as 'screen-density-xhigh'. After searching the density folder, all the other density folders are searched in the order high to low. * If the requested image file is found in a density-specific folder that is different from the current screen density, the bitmap returned from this method is pre-scaled. - * But in case of requested image file is nine-patch image saved as ".#.png" (For example : "img.#.png"), - * then a bitmap instance which is value of returned pointer is not pre-scaled. + * But in case of requested image file is saved as ".#.png" (For example : "img.#.png"), then a bitmap instance which is value of returned pointer is not pre-scaled. + * So, it is recommended to use ".#.png" as extension (For example : "ninePatchImg.#.png") for nine-patch image file. * Currently supported image formats are: JPEG, GIF, PNG, BMP, TIFF, and WBMP. * For more information on the features, see Resource Fallback and Prescaling. * @@ -145,8 +145,8 @@ public: * '720x1280' and if the file does not exist, it will then search the folder that corresponds to the current screen density, * such as 'screen-density-xhigh'. After searching the density folder, all the other density folders are searched in the order high to low. * If the requested image file is found in a density-specific folder that is different from the current screen density, the bitmap returned from this method is pre-scaled. - * But in case of requested image file is nine-patch image saved as ".#.png" (For example : "img.#.png"), - * then a bitmap instance which is value of returned pointer is not pre-scaled. + * But in case of requested image file is saved as ".#.png" (For example : "img.#.png"), then a bitmap instance which is value of returned pointer is not pre-scaled. + * So, it is recommended to use ".#.png" as extension (For example : "ninePatchImg.#.png") for nine-patch image file. * Currently supported image formats are: JPEG, GIF, PNG, BMP, TIFF, and WBMP. * For more information on the features, see Resource Fallback and Prescaling. * -- 2.7.4