{ "pWidth": 100, "pHeight": 100, "layoutMargin": 3, "paddings": 10, "views": [ { "@type": "haxework.gui.LabelView", "pWidth": 100, "height": 44, "text": "Person select", "@style": "label" }, { "id": "list", "@type": "haxework.gui.list.VListView", "factory": "@class:ru.m.tankz.view.frames.list.PersonView", "scroll": { "@type": "haxework.gui.list.VScrollView", "skin": {"@type": "haxework.gui.list.VScrollSkin"} }, "pWidth": 100, "pHeight": 100, "layoutMargin": 5 } ] }