Add resource system for doric,start with android
This commit is contained in:
@@ -76,7 +76,9 @@ class ListVM extends ViewModel<ListModel, ListVH> {
|
||||
heightSpec: LayoutSpec.JUST,
|
||||
},
|
||||
height: 50,
|
||||
onClick: () => { modal(context).alert(data.text) }
|
||||
onClick: function () {
|
||||
(this as Text).height += 10
|
||||
}
|
||||
})
|
||||
]), {
|
||||
layoutConfig: {
|
||||
|
Reference in New Issue
Block a user