| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- form flowLayout
- {
- theme = res/common/default.theme
- layout = LAYOUT_FLOW
- style = basic
- size = 600, 600
- scroll = SCROLL_BOTH
- 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
- {
- }
- }
|