14 lines
630 B
XML
14 lines
630 B
XML
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
|
<widget xmlns="http://samsung.widgetsdk.uievolution.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="com.<yourdomain>.<yourgroup>.Primo" name="Primo" xsi:schemaLocation="http://samsung.widgetsdk.uievolution.com .settings/projectConfig.xsd ">
|
||
|
|
<description/>
|
||
|
|
<version>1.0</version>
|
||
|
|
<width>200</width>
|
||
|
|
<height>100</height>
|
||
|
|
<icon>icon.png</icon>
|
||
|
|
<main>index.html</main>
|
||
|
|
<network>true</network>
|
||
|
|
<dockable>true</dockable>
|
||
|
|
<modes>dock,application</modes>
|
||
|
|
<defaultMode>fullscreen</defaultMode>
|
||
|
|
</widget>
|