From: yoonki.park Date: Thu, 3 Dec 2015 07:44:35 +0000 (+0900) Subject: [Tools] Removed wearable profile info from Resource Manager and delete resource explo... X-Git-Tag: tizen_3.0/TD_SYNC/20161201~283^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a15d0e57ff178990fd3af13cde5b10c0f00c2d9;p=sdk%2Fonline-doc.git [Tools] Removed wearable profile info from Resource Manager and delete resource explorer doc Change-Id: I42de1273531af10c361d330a523afdf7012a34cd Signed-off-by: yoonki.park --- diff --git a/org.tizen.devtools/html/native_tools/resource_manager_n.htm b/org.tizen.devtools/html/native_tools/resource_manager_n.htm index 1a99fbe..8481b58 100644 --- a/org.tizen.devtools/html/native_tools/resource_manager_n.htm +++ b/org.tizen.devtools/html/native_tools/resource_manager_n.htm @@ -222,7 +222,7 @@ BasicUI/
  • Check the res.xml file.

    res.xml

  • -
  • Add code for loading alternative resources by using the Resource Manager API (in mobile and wearable applications). +
  • Add code for loading alternative resources by using the Resource Manager API (in mobile application).

    Resource Manager

  • diff --git a/org.tizen.ui.practices/html/native/efl/resource_fallback_n.htm b/org.tizen.ui.practices/html/native/efl/resource_fallback_n.htm index c6489e3..354cd1c 100644 --- a/org.tizen.ui.practices/html/native/efl/resource_fallback_n.htm +++ b/org.tizen.ui.practices/html/native/efl/resource_fallback_n.htm @@ -34,9 +34,9 @@

    Resource Fallback Support

    -

    Tizen native applications can run on different types of devices, such as wearable, phone, tablets, and TVs. Tizen also supports various resolutions (WVGA ~ XQXGA) and resources. To take advantage of these features, you can handle resources in the Resource Explorer view in the IDE.

    +

    Tizen native applications can run on different types of devices, such as wearable, phone, tablets, and TVs. Tizen also supports various resolutions (WVGA ~ XQXGA) and resources. To take advantage of these features, you can handle resources in the Resource Manager view in the IDE.

    -

    In addition to the possibilities provided by the Resource Explorer view, you can use Edje to provide sets of alternative images in your application. The image set elements are used to display a specific image on the screen based on the container size. The image sets can have the following properties:

    +

    In addition to the possibilities provided by the Resource Manager view, you can use Edje to provide sets of alternative images in your application. The image set elements are used to display a specific image on the screen based on the container size. The image sets can have the following properties: