Add: tasker plugin support, injectable webview

This commit is contained in:
hyb1996
2017-04-02 12:41:00 +08:00
parent 121949f9c0
commit e7500e6e21
127 changed files with 5293 additions and 1667 deletions

View File

@@ -0,0 +1,42 @@
bg
w
h
margin
marginLeft
margin*
padding
padding*
layout_gravity="center"
gravity
weight
ui.layout(
<linear orientation="vertical" w="fill" h="300" bg="#ff0000" gravity="center">
<text text="测试" size="18" color="#000000"/>
<button id="btn" text="按钮"/>
</linear>
);
<relative>
</relative>
<horizon>
</horiz>
<vertical>
</vertical>
function ui(){
}
module.exports = ui;

View File

@@ -0,0 +1,6 @@
module.exports = {
test: function(){
return "test";
}
}