[ClassicWatch] doc revised
authorBoyeon Son <boyeon.son@samsung.com>
Tue, 26 Apr 2016 01:59:44 +0000 (10:59 +0900)
committerBoyeon Son <boyeon.son@samsung.com>
Tue, 26 Apr 2016 01:59:44 +0000 (10:59 +0900)
Change-Id: I046d8af400edc45463c6fe1577d3e92eb855ac3c

org.tizen.sampledescriptions/html/wearable_w/classicwatch_ww.htm

index 27581f5..57f9244 100644 (file)
 
 <div id="container"><div id="contents"><div class="content">
   <h1>Classic Watch Sample Overview</h1>
- <p>The Classic Watch sample application demonstrates how you can implement a simple watchface application.</p>
+ <p>The Classic Watch sample application demonstrates how to implement Tizen official classic watchface app with full functionality.</p>
  <p>For information on creating the sample application project in the IDE, see <a href="../cover_page.htm#create">Creating Web Sample Applications</a>.</p>
  <p>The following figure illustrates the main screen of the Classic Watch application.</p>
  <p class="figure">Figure: Classic Watch screen</p>
  <p align="center">
      <img alt="Classic Watch screen" src="../images/classicwatch_ww.png" />
  </p>
- <p>The application opens with the main screen that shows the current time in an analog watchface.</p>
+ <p>The application opens with the main screen that shows the current time.</p>
 
 
  <h2>Source Files</h2>
@@ -72,7 +72,7 @@
 
  <h2>Implementation</h2>
  <h3>Defining the Category for Watchface Application</h3>
- <p>The <span style="font-family: Courier New,Courier,monospace">config.xml</span> must contain a specific category (<span style="font-family: Courier New,Courier,monospace">http://tizen.org/category/wearable_clock</span>) for watchface applications.</p>
+ <p>The <span style="font-family: Courier New,Courier,monospace">config.xml</span> contains a specific category (<span style="font-family: Courier New,Courier,monospace">http://tizen.org/category/wearable_clock</span>) for watchface applications.</p>
  <pre class="prettyprint">
 &lt;!--config.xml--&gt;