X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fcontent%2Fprogramming-guide%2Fstyling.h;h=f28eb4795847d104ced2693923c6b469058675a0;hb=de0c0ef70719409ce6accc801ff664612a96495e;hp=d6c197faf955f91378e80eeae0cd432832b2bf3f;hpb=bd3e9c00949c66578adbb97b5b5744f2aa36d80d;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/docs/content/programming-guide/styling.h b/docs/content/programming-guide/styling.h index d6c197f..f28eb47 100644 --- a/docs/content/programming-guide/styling.h +++ b/docs/content/programming-guide/styling.h @@ -58,5 +58,15 @@ Each style selector can have resource folders associated with it. Images for that style should be in their own folder named images. Common images not specific for a particular style will be in the images-common folder located in the style folder. + +All application resources are stored in a defined path (application resource path), from this path sub directories can be specified. + +The application resource path can be retrieved using Application::GetResourcePath() + +Alternatively to supply resource paths in json the following constant is available: APPLICATION_RESOURCE_PATH. + +It provides the path to the application resource root folder, from there the filename can an be specified along with any sub folders, e.g Images, Models etc. + + * */