Advertisement
Guest User

Untitled

a guest
Nov 15th, 2024
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. {
  2. "type": "Scaffold",
  3. "backgroundColor": "#000000",
  4. "commandPrefix": "todo_widget",
  5. "titleBar": {
  6. "type": "TitleBar",
  7. "text": "To-do List",
  8. "icon": "https://styles.redditmedia.com/t5_2s0ro/styles/communityIcon_07p93phfbks11.png"
  9. },
  10. "children": [
  11. {
  12. "type": "Row",
  13. "verticalAlignment": "Top",
  14. "horizontalAlignment": "Center",
  15. "paddingStart": 10,
  16. "paddingTop": -14,
  17. "children": [
  18. {
  19. "type": "Text",
  20. "color": "#FFFFFF",
  21. "bold": true,
  22. "text": "___________________________________________________"
  23. }
  24. ]
  25. },
  26. {
  27. "type": "Row",
  28. "verticalAlignment": "Center",
  29. "horizontalAlignment": "Start",
  30. "paddingStart": 20,
  31. "paddingTop": 15,
  32. "children": [
  33. {
  34. "type": "Button",
  35. "contentColor": "#FFFFFF",
  36. "backgroundColor": "#FFFFFF",
  37. "size": 20,
  38. "text": " ",
  39. "enabled": true,
  40. "command": "Button_1",
  41. "buttonType": "Filled"
  42. },
  43. {
  44. "type": "Text",
  45. "color": "#FFFFFF",
  46. "linethrough": true,
  47. "paddingStart": 10,
  48. "command": "Text_1",
  49. "text": "Recordatorio 1"
  50. }
  51. ]
  52. },
  53. {
  54. "type": "Row",
  55. "verticalAlignment": "Center",
  56. "horizontalAlignment": "Start",
  57. "paddingTop": 45,
  58. "paddingStart": 20,
  59. "children": [
  60. {
  61. "type": "Button",
  62. "contentColor": "#FFFFFF",
  63. "backgroundColor": "#FFFFFF",
  64. "size": 20,
  65. "text": " ",
  66. "enabled": true,
  67. "command": "Button_2",
  68. "buttonType": "Outline"
  69. },
  70. {
  71. "type": "Text",
  72. "color": "#FFFFFF",
  73. "linethrough": false,
  74. "paddingStart": 10,
  75. "command": "Text_2",
  76. "text": "Recordatorio 2"
  77. }
  78. ]
  79. },
  80. {
  81. "type": "Row",
  82. "verticalAlignment": "Center",
  83. "horizontalAlignment": "Start",
  84. "paddingTop": 75,
  85. "paddingStart": 20,
  86. "children": [
  87. {
  88. "type": "Button",
  89. "contentColor": "#FFFFFF",
  90. "backgroundColor": "#FFFFFF",
  91. "size": 20,
  92. "text": " ",
  93. "enabled": true,
  94. "command": "Button_3",
  95. "buttonType": "Outline"
  96. },
  97. {
  98. "type": "Text",
  99. "color": "#FFFFFF",
  100. "linethrough": false,
  101. "paddingStart": 10,
  102. "command": "Text_3",
  103. "text": "Recordatorio 3"
  104. }
  105. ]
  106. },
  107. {
  108. "type": "Row",
  109. "verticalAlignment": "Center",
  110. "horizontalAlignment": "Start",
  111. "paddingTop": 75,
  112. "paddingStart": 20,
  113. "children": [
  114. {
  115. "type": "Button",
  116. "contentColor": "#FFFFFF",
  117. "backgroundColor": "#FFFFFF",
  118. "size": 20,
  119. "text": " ",
  120. "enabled": true,
  121. "command": "Button_4",
  122. "buttonType": "Outline"
  123. },
  124. {
  125. "type": "Text",
  126. "color": "#FFFFFF",
  127. "linethrough": false,
  128. "paddingStart": 10,
  129. "command": "Text_4",
  130. "text": "Recordatorio 4"
  131. },
  132. {
  133. "type": "Row",
  134. "verticalAlignment": "Center",
  135. "horizontalAlignment": "Start",
  136. "paddingTop": 75,
  137. "paddingStart": 20,
  138. "children": [
  139. {
  140. "type": "Button",
  141. "contentColor": "#FFFFFF",
  142. "backgroundColor": "#FFFFFF",
  143. "size": 20,
  144. "text": " ",
  145. "enabled": true,
  146. "command": "Button_5",
  147. "buttonType": "Outline"
  148. },
  149. {
  150. "type": "Text",
  151. "color": "#FFFFFF",
  152. "linethrough": false,
  153. "paddingStart": 10,
  154. "command": "Text_5",
  155. "text": "Recordatorio 5"
  156. }
  157. ]
  158. }
  159. ]
  160. }
  161. ]
  162. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement