mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-09 00:19:34 +08:00
6758793f09
(installed by npm@6.1.0)
15 lines
266 B
XML
15 lines
266 B
XML
<?xml version="1.0"?>
|
|
<object>
|
|
<title>
|
|
Hello World
|
|
</title>
|
|
<children>
|
|
<object id="obj1" />
|
|
<object id="obj2" />
|
|
<object id="obj3" />
|
|
</children>
|
|
<text><![CDATA[
|
|
Test & Test & Test
|
|
]]></text>
|
|
</object>
|