Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "type": "Scaffold",
- "backgroundColor": "#000000",
- "titleBar": {
- "type": "TitleBar",
- "text": "To-do List",
- "icon": "https://cdn-icons-png.flaticon.com/512/154/154871.png"
- },
- "children": [
- {
- "type": "Row",
- "verticalAlignment": "Top",
- "horizontalAlignment": "Center",
- "paddingStart": 10,
- "paddingTop": -14,
- "children": [
- {
- "type": "Text",
- "color": "#FFFFFF",
- "bold": true,
- "text": "___________________________________________________"
- }
- ]
- },
- {
- "type": "Row",
- "verticalAlignment": "Center",
- "horizontalAlignment": "Start",
- "paddingStart": 20,
- "paddingTop": 15,
- "commandPrefix": "todo_widget_1",
- "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",
- "verticalAlignment": "Center",
- "horizontalAlignment": "Start",
- "paddingTop": 50,
- "paddingStart": 20,
- "commandPrefix": "todo_widget_2",
- "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",
- "verticalAlignment": "Center",
- "horizontalAlignment": "Start",
- "paddingTop": 85,
- "paddingStart": 20,
- "commandPrefix": "todo_widget_3",
- "children": [
- {
- "type": "Button",
- "contentColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF",
- "size": 20,
- "text": " ",
- "enabled": true,
- "buttonType": "Outline"
- },
- {
- "type": "Text",
- "color": "#FFFFFF",
- "linethrough": false,
- "paddingStart": 10,
- "text": "Recordatorio 3"
- }
- ]
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement