feat:step10

This commit is contained in:
pengfei.zhou
2019-11-27 18:07:31 +08:00
parent f78d2ad487
commit d8a743f13f
3 changed files with 12 additions and 2 deletions

View File

@@ -109,5 +109,6 @@ class ListPanel extends Panel {
}
it.bgColor = Color.WHITE
}).in(rootView)
refreshView.bgColor = Color.YELLOW
}
}

View File

@@ -102,6 +102,8 @@ class RefreshableDemo extends Panel {
} as IVLayout)).apply({
layoutConfig: layoutConfig().atmost(),
})
}).apply({
bgColor: Color.YELLOW
}).in(rootView)
}
}