Advertisement
Guest User

Fixed Recordario

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