layout_uitextfield.ui.txt 749 B

12345678910111213141516
  1. # UITextField widget layout file
  2. TBLayout: axis: y
  3. TBEditField: multiline: 1, styling: 1, readonly: 1, adapt-to-content: 1, skin: "sheet_cell"
  4. text: "UITextField widget\nThis widget is used to display a single line of read only text"
  5. TBTextField: id: spacer, text: " "
  6. TBContainer
  7. TBLayout: axis: y
  8. TBTextField: text: "UITextField widget example"
  9. TBTextField: text: "UITextField widget at 48 point font"
  10. font: size: 48dp
  11. TBTextField: id: spacer, text: " "
  12. TBLayout
  13. TBButton: text: "UITextField help Document", url: "http://docs.atomicgameengine.com/api/classes/atomic.uitextfield.html"
  14. TBButton: text: "UITextField application code", id: uitextfieldcode
  15. TBButton: text: "UITextField layout code", id: uitextfieldlayout