Tizen 2.1 base
[sdk/ide/native-sample.git] / samples / native / partner / cpp / Sample / Tizen C++ / AppSetting / AppSetting / project / setting / setting.1.0.2.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE settings [
3 <!ELEMENT settings (setting)>
4 <!ELEMENT setting (bool , integer , string , label)>
5 <!ATTLIST setting id CDATA #REQUIRED>
6 <!ATTLIST setting main CDATA #REQUIRED>
7 <!ATTLIST bool id CDATA #REQUIRED>
8 <!ATTLIST bool value CDATA #REQUIRED>
9 <!ATTLIST integer id CDATA #REQUIRED>
10 <!ATTLIST integer value CDATA #REQUIRED>
11 <!ATTLIST string id CDATA #REQUIRED>
12 <!ATTLIST string value CDATA #REQUIRED>
13 <!ATTLIST label id CDATA #REQUIRED>
14 <!ATTLIST link id CDATA #REQUIRED>
15 <!ATTLIST link value CDATA #REQUIRED>
16 <!ATTLIST group id CDATA #REQUIRED>
17 ]>
18 <settings>
19 <setting id="page1" main="true" title="app">
20
21         <!-- header layout -->
22         <navigationbar id="navi1" title="app">
23                 <button id="nav_ok_btn" title="OK"/>
24                 <button id="nav_cancel_btn" title="NO"/>
25         </navigationbar>
26
27         <!-- first group -->
28         <group id="grp1" title="Group name">
29                 <bool id="checkbox1" title="toggle button example" value="true"/>
30                 <integer id="slider1" title="Slider control example" min="0" max="100" value="80"/>
31                 <string id="editbox1" title="single line text (text field)" minlength="0" maxlength="30" value="Hello World text"/>
32                 <label id="txtlabel" title="read only string here"/>
33                 <link id="link1" title="click here" value="bbb.xml"/>
34                 <expandlist id="expanditem1" title="background time" value="30 seconds">
35                         <expanditem id="radio1" title="15 seconds" type="radio"/>       
36                         <expanditem id="radio2" title="30 seconds" type="radio"/>       
37                         <expanditem id="radio3" title="1 minute" type="radio"/>         
38                         <expanditem id="radio4" title="2 minute2" type="radio"/>        
39                 </expandlist>
40         </group>
41
42         <!-- second group -->
43         <group id="grp2" title="Group name2">
44                 <bool id="checkbox2" title="toggle button example" value="true"/>
45                 <integer id="slider2" title="Slider control example" min="0" max="100" value="40"/>
46                 <string id="editbox2" title="single line text (text field)" minlength="0" maxlength="30" value="Hello World text222"/>
47                 <label id="txtlabe2" title="read only string here"/>
48                 <link id="link2" title="click here" value="bbb.xml"/>
49         </group>
50 </setting>
51 </settings>
52
53