Advertisement
igagis

Untitled

Feb 12th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. hoiceGroup{
  2. layout{dx{max}}
  3.  
  4. defs{
  5. RadBtn{
  6. Row{
  7. Margins{
  8. left{5dp}
  9. right{5dp}
  10. top{5dp}
  11. bottom{5dp}
  12. RadioButton
  13. }
  14.  
  15. Text{
  16. text{"radiobutton"}
  17. }
  18. }
  19. }
  20. }
  21.  
  22. Column{
  23. RadBtn
  24. RadBtn
  25. RadBtn
  26. }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement