| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- form flowLayout
- {
- theme = res/common/default.theme
- layout = LAYOUT_FLOW
- style = basicContainer
- size = 600, 600
- scroll = SCROLL_BOTH
- consumeInputEvents = true
- label label1
- {
- style = basic
- size = 200, 200
- text = Flow Layout
- }
- label otherLabel : label1
- {
- }
- label otherLabel : label1
- {
- }
- label otherLabel : label1
- {
- }
- label otherLabel : label1
- {
- size = 250, 200
- }
- label otherLabel : label1
- {
- }
- label otherLabel : label1
- {
- size = 250, 250
- }
- label otherLabel : label1
- {
- }
- label otherLabel : label1
- {
- }
- label otherLabel : label1
- {
- }
- }
|