Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "type": "Scaffold",
- "backgroundColor": "#000000",
- "commandPrefix": "todo_widget",
- "titleBar": {
- "type": "TitleBar",
- "text": "To-do List",
- "icon": "https://styles.redditmedia.com/t5_2s0ro/styles/communityIcon_07p93phfbks11.png"
- },
- "children": [
- {
- "type": "Row",
- "verticalAlignment": "Top",
- "horizontalAlignment": "Center",
- "paddingTop": -16,
- "paddingStart": 10,
- "children": [
- {
- "type": "Text",
- "color": "#FFFFFF",
- "bold": true,
- "text": "___________________________________________________"
- }
- ]
- },
- {
- "type": "Column",
- "scrolling": true,
- "fillMaxSize": true,
- "children": [
- {
- "type": "Row",
- "height": 48,
- "verticalAlignment": "Center",
- "horizontalAlignment": "Start",
- "paddingStart": 20,
- "children": [
- {
- "type": "Button",
- "contentColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF",
- "size": 20,
- "text": " ",
- "enabled": true,
- "command": "Button_1",
- "buttonType": "Filled"
- },
- {
- "type": "Text",
- "color": "#FFFFFF",
- "linethrough": true,
- "paddingStart": 10,
- "command": "Text_1",
- "text": "Recordatorio 1"
- }
- ]
- },
- {
- "type": "Row",
- "height": 48,
- "verticalAlignment": "Center",
- "horizontalAlignment": "Start",
- "paddingStart": 20,
- "children": [
- {
- "type": "Button",
- "contentColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF",
- "size": 20,
- "text": " ",
- "enabled": true,
- "command": "Button_2",
- "buttonType": "Outline"
- },
- {
- "type": "Text",
- "color": "#FFFFFF",
- "linethrough": false,
- "paddingStart": 10,
- "command": "Text_2",
- "text": "Recordatorio 2"
- }
- ]
- },
- {
- "type": "Row",
- "height": 48,
- "verticalAlignment": "Center",
- "horizontalAlignment": "Start",
- "paddingStart": 20,
- "children": [
- {
- "type": "Button",
- "contentColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF",
- "size": 20,
- "text": " ",
- "enabled": true,
- "command": "Button_3",
- "buttonType": "Outline"
- },
- {
- "type": "Text",
- "color": "#FFFFFF",
- "linethrough": false,
- "paddingStart": 10,
- "command": "Text_3",
- "text": "Recordatorio 3"
- }
- ]
- },
- {
- "type": "Row",
- "height": 48,
- "verticalAlignment": "Center",
- "horizontalAlignment": "Start",
- "paddingStart": 20,
- "children": [
- {
- "type": "Button",
- "contentColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF",
- "size": 20,
- "text": " ",
- "enabled": true,
- "command": "Button_4",
- "buttonType": "Outline"
- },
- {
- "type": "Text",
- "color": "#FFFFFF",
- "linethrough": false,
- "paddingStart": 10,
- "command": "Text_4",
- "text": "Recordatorio 4"
- }
- ]
- },
- {
- "type": "Row",
- "height": 48,
- "verticalAlignment": "Center",
- "horizontalAlignment": "Start",
- "paddingStart": 20,
- "children": [
- {
- "type": "Button",
- "contentColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF",
- "size": 20,
- "text": " ",
- "enabled": true,
- "command": "Button_5",
- "buttonType": "Outline"
- },
- {
- "type": "Text",
- "color": "#FFFFFF",
- "linethrough": false,
- "paddingStart": 10,
- "command": "Text_5",
- "text": "Recordatorio 5"
- }
- ]
- }
- ]
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement