diff --git a/UI.js b/UI.js new file mode 100644 index 0000000..c56c73f --- /dev/null +++ b/UI.js @@ -0,0 +1,333 @@ +"ui"; +//auto("fast"); +importClass(android.view.View); +var tikuCommon = require("./tikuCommon.js"); +let deviceWidth = device.width; + +let margin = parseInt(deviceWidth * 0.02); + +//记录集数组 重要!!! +let qaArray = []; + +ui.layout( + + + + + + + + +