add(ui): topcontainer

This commit is contained in:
Qingping Hou
2016-01-31 14:28:09 -08:00
parent 68ead0c9b2
commit 0a492bee3c

View File

@@ -0,0 +1,8 @@
local WidgetContainer = require("ui/widget/container/widgetcontainer")
--[[
TopContainer contains its content (1 widget) at the top of its own dimensions
--]]
local TopContainer = WidgetContainer:new()
return TopContainer