mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
3971 lines
154 KiB
JSON
3971 lines
154 KiB
JSON
{
|
|
"variables": [
|
|
{
|
|
"name": "active_text_color",
|
|
"type": "color",
|
|
"value": "#FFF"
|
|
},
|
|
{
|
|
"name": "active_background_color",
|
|
"type": "color",
|
|
"value": "#38DBBE"
|
|
},
|
|
{
|
|
"name": "inactive_text_color",
|
|
"type": "color",
|
|
"value": "#91818A"
|
|
},
|
|
{
|
|
"name": "inactive_background_color",
|
|
"type": "color",
|
|
"value": "#C6ABDB"
|
|
},
|
|
{
|
|
"name": "separator.color",
|
|
"type": "color",
|
|
"value": "#fff"
|
|
},
|
|
{
|
|
"name": "selected_tab",
|
|
"type": "integer",
|
|
"value": 0
|
|
},
|
|
{
|
|
"name": "tab.line_height",
|
|
"type": "integer",
|
|
"value": 20
|
|
},
|
|
{
|
|
"name": "dynamic_height",
|
|
"type": "boolean",
|
|
"value": 0
|
|
},
|
|
{
|
|
"name": "has_separator",
|
|
"type": "boolean",
|
|
"value": 0
|
|
},
|
|
{
|
|
"name": "separator_paddings.top",
|
|
"type": "integer",
|
|
"value": 0
|
|
},
|
|
{
|
|
"name": "separator_paddings.bottom",
|
|
"type": "integer",
|
|
"value": 0
|
|
},
|
|
{
|
|
"name": "separator_paddings.left",
|
|
"type": "integer",
|
|
"value": 0
|
|
},
|
|
{
|
|
"name": "separator_paddings.right",
|
|
"type": "integer",
|
|
"value": 0
|
|
},
|
|
{
|
|
"name": "title_paddings.top",
|
|
"type": "integer",
|
|
"value": 0
|
|
},
|
|
{
|
|
"name": "title_paddings.bottom",
|
|
"type": "integer",
|
|
"value": 0
|
|
},
|
|
{
|
|
"name": "title_paddings.left",
|
|
"type": "integer",
|
|
"value": 0
|
|
},
|
|
{
|
|
"name": "title_paddings.right",
|
|
"type": "integer",
|
|
"value": 0
|
|
}
|
|
],
|
|
"log_id": "gallery",
|
|
"states": [
|
|
{
|
|
"state_id": 0,
|
|
"div": {
|
|
"type": "container",
|
|
"width": {
|
|
"type": "match_parent"
|
|
},
|
|
"height": {
|
|
"type": "wrap_content"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "tabs",
|
|
"log_id": "sut_container",
|
|
"title_paddings": {
|
|
"left": "@{title_paddings.left}",
|
|
"right": "@{title_paddings.right}",
|
|
"top": "@{title_paddings.top}",
|
|
"bottom": "@{title_paddings.bottom}"
|
|
},
|
|
"separator_paddings": {
|
|
"left": "@{separator_paddings.left}",
|
|
"right": "@{separator_paddings.right}",
|
|
"top": "@{separator_paddings.top}",
|
|
"bottom": "@{separator_paddings.bottom}"
|
|
},
|
|
"has_separator": "@{has_separator}",
|
|
"separator_color": "@{separator.color}",
|
|
"tab_title_style": {
|
|
"font_weight": "medium",
|
|
"line_height": "@{tab.line_height}",
|
|
"active_text_color": "@{active_text_color}",
|
|
"active_background_color": "@{active_background_color}",
|
|
"inactive_text_color": "@{inactive_text_color}",
|
|
"inactive_background_color": "@{inactive_background_color}"
|
|
},
|
|
"selected_tab": "@{selected_tab}",
|
|
"dynamic_height": "@{dynamic_height}",
|
|
"items": [
|
|
{
|
|
"title": "PAGE #1",
|
|
"div": {
|
|
"type": "container",
|
|
"paddings": {
|
|
"left": 16,
|
|
"right": 16
|
|
},
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "PAGE #1"
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "text",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 48
|
|
},
|
|
"font_size": 12,
|
|
"font_weight": "medium",
|
|
"max_lines": 1,
|
|
"text_alignment_vertical": "center",
|
|
"text_color": "#999999",
|
|
"text": "PAGE #1 Footer",
|
|
"action": {
|
|
"log_id": "news/more",
|
|
"url": "action://none/"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"title": "PAGE #2",
|
|
"div": {
|
|
"type": "container",
|
|
"paddings": {
|
|
"left": 16,
|
|
"right": 16
|
|
},
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "PAGE #2"
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "text",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 48
|
|
},
|
|
"font_size": 12,
|
|
"font_weight": "medium",
|
|
"max_lines": 1,
|
|
"text_alignment_vertical": "center",
|
|
"text_color": "#999999",
|
|
"text": "PAGE #2 Footer",
|
|
"action": {
|
|
"log_id": "news/more",
|
|
"url": "action://none/"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"title": "PAGE #3",
|
|
"div": {
|
|
"type": "container",
|
|
"paddings": {
|
|
"left": 16,
|
|
"right": 16
|
|
},
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "PAGE#3"
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "text",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 48
|
|
},
|
|
"font_size": 12,
|
|
"font_weight": "medium",
|
|
"max_lines": 1,
|
|
"text_alignment_vertical": "center",
|
|
"text_color": "#999999",
|
|
"text": "PAGE #3 FOOTER",
|
|
"action": {
|
|
"log_id": "news/more",
|
|
"url": "action://none/"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"title": "MAX HEIGHT PAGE",
|
|
"div": {
|
|
"type": "container",
|
|
"paddings": {
|
|
"left": 16,
|
|
"right": 16
|
|
},
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "text",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 48
|
|
},
|
|
"font_size": 12,
|
|
"font_weight": "medium",
|
|
"max_lines": 1,
|
|
"text_alignment_vertical": "center",
|
|
"text_color": "#999999",
|
|
"text": "all news",
|
|
"action": {
|
|
"log_id": "news/more",
|
|
"url": "action://none/"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"title": "PAGE 5",
|
|
"div": {
|
|
"type": "container",
|
|
"paddings": {
|
|
"left": 16,
|
|
"right": 16
|
|
},
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "text",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 48
|
|
},
|
|
"font_size": 12,
|
|
"font_weight": "medium",
|
|
"max_lines": 1,
|
|
"text_alignment_vertical": "center",
|
|
"text_color": "#999999",
|
|
"text": "expand",
|
|
"action": {
|
|
"log_id": "news/more",
|
|
"url": "action://none/"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"title": "PAGE 6",
|
|
"div": {
|
|
"type": "container",
|
|
"paddings": {
|
|
"left": 16,
|
|
"right": 16
|
|
},
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "text",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 48
|
|
},
|
|
"font_size": 12,
|
|
"font_weight": "medium",
|
|
"max_lines": 1,
|
|
"text_alignment_vertical": "center",
|
|
"text_color": "#999999",
|
|
"text": "expand",
|
|
"action": {
|
|
"log_id": "news/more",
|
|
"url": "action://none/"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"title": "PAGE 8",
|
|
"div": {
|
|
"type": "container",
|
|
"paddings": {
|
|
"left": 16,
|
|
"right": 16
|
|
},
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "text",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 48
|
|
},
|
|
"font_size": 12,
|
|
"font_weight": "medium",
|
|
"max_lines": 1,
|
|
"text_alignment_vertical": "center",
|
|
"text_color": "#999999",
|
|
"text": "expand",
|
|
"action": {
|
|
"log_id": "news/more",
|
|
"url": "action://none/"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"title": "PAGE 9",
|
|
"div": {
|
|
"type": "container",
|
|
"paddings": {
|
|
"left": 16,
|
|
"right": 16
|
|
},
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "text",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 48
|
|
},
|
|
"font_size": 12,
|
|
"font_weight": "medium",
|
|
"max_lines": 1,
|
|
"text_alignment_vertical": "center",
|
|
"text_color": "#999999",
|
|
"text": "expand",
|
|
"action": {
|
|
"log_id": "news/more",
|
|
"url": "action://none/"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"title": "PAGE 10",
|
|
"div": {
|
|
"type": "container",
|
|
"paddings": {
|
|
"left": 16,
|
|
"right": 16
|
|
},
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "text",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 48
|
|
},
|
|
"font_size": 12,
|
|
"font_weight": "medium",
|
|
"max_lines": 1,
|
|
"text_alignment_vertical": "center",
|
|
"text_color": "#999999",
|
|
"text": "expand",
|
|
"action": {
|
|
"log_id": "news/more",
|
|
"url": "action://none/"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"title": "PAGE 11",
|
|
"div": {
|
|
"type": "container",
|
|
"paddings": {
|
|
"left": 16,
|
|
"right": 16
|
|
},
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "text",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 48
|
|
},
|
|
"font_size": 12,
|
|
"font_weight": "medium",
|
|
"max_lines": 1,
|
|
"text_alignment_vertical": "center",
|
|
"text_color": "#999999",
|
|
"text": "expand",
|
|
"action": {
|
|
"log_id": "news/more",
|
|
"url": "action://none/"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"title": "PAGE 12",
|
|
"div": {
|
|
"type": "container",
|
|
"paddings": {
|
|
"left": 16,
|
|
"right": 16
|
|
},
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "text",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 48
|
|
},
|
|
"font_size": 12,
|
|
"font_weight": "medium",
|
|
"max_lines": 1,
|
|
"text_alignment_vertical": "center",
|
|
"text_color": "#999999",
|
|
"text": "expand",
|
|
"action": {
|
|
"log_id": "news/more",
|
|
"url": "action://none/"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"title": "PAGE 10",
|
|
"div": {
|
|
"type": "container",
|
|
"paddings": {
|
|
"left": 16,
|
|
"right": 16
|
|
},
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"paddings": {
|
|
"top": 8
|
|
},
|
|
"orientation": "horizontal",
|
|
"action": {
|
|
"log_id": "news/topic",
|
|
"url": "action://none/"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 18
|
|
},
|
|
"margins": {
|
|
"right": 16
|
|
},
|
|
"placeholder_color": "#00000000",
|
|
"image_url": "file:///android_asset/images/news/media.png"
|
|
},
|
|
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"margins": {
|
|
"bottom": 8
|
|
},
|
|
"font_size": 14,
|
|
"line_height": 20,
|
|
"max_lines": 3,
|
|
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
},
|
|
{
|
|
"type": "separator",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 1
|
|
},
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#33919CB5"
|
|
}
|
|
],
|
|
"delimiter_style": {
|
|
"color": "#00000000"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "text",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 48
|
|
},
|
|
"font_size": 12,
|
|
"font_weight": "medium",
|
|
"max_lines": 1,
|
|
"text_alignment_vertical": "center",
|
|
"text_color": "#999999",
|
|
"text": "expand",
|
|
"action": {
|
|
"log_id": "news/more",
|
|
"url": "action://none/"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "dynamic_height=DYNAMIC",
|
|
"font_size": 16,
|
|
"action": {
|
|
"url": "div-action://set_variable?name=dynamic_height&value=1",
|
|
"log_id": "dynamic_height=DYNAMIC"
|
|
}
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "dynamic_height=MAX_HEIGHT(for non-first-page)",
|
|
"font_size": 16,
|
|
"action": {
|
|
"url": "div-action://set_variable?name=dynamic_height&value=0",
|
|
"log_id": "dynamic_height=MAX_HEIGHT"
|
|
}
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "tab.line_height=10",
|
|
"font_size": 16,
|
|
"action": {
|
|
"url": "div-action://set_variable?name=tab.line_height&value=10",
|
|
"log_id": "tab.line_height=10"
|
|
}
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "tab.line_height=30",
|
|
"font_size": 16,
|
|
"action": {
|
|
"url": "div-action://set_variable?name=tab.line_height&value=30",
|
|
"log_id": "tab.line_height=30"
|
|
}
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "tab.theme=GREEN",
|
|
"font_size": 16,
|
|
"actions": [
|
|
{
|
|
"url": "div-action://set_variable?name=active_text_color&value=%23FFF",
|
|
"log_id": "active_text_color=#FFF"
|
|
},
|
|
{
|
|
"url": "div-action://set_variable?name=active_background_color&value=%2338DBBE",
|
|
"log_id": "active_background_color=#38DBBE"
|
|
},
|
|
{
|
|
"url": "div-action://set_variable?name=inactive_text_color&value=%2391818A",
|
|
"log_id": "inactive_text_color=#91818A"
|
|
},
|
|
{
|
|
"url": "div-action://set_variable?name=inactive_background_color&value=%23C6ABDB",
|
|
"log_id": "inactive_background_color=#C6ABDB"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "tab.theme=RED",
|
|
"font_size": 16,
|
|
"actions": [
|
|
{
|
|
"url": "div-action://set_variable?name=active_text_color&value=%2356D4DB",
|
|
"log_id": "active_text_color=#56D4DB"
|
|
},
|
|
{
|
|
"url": "div-action://set_variable?name=active_background_color&value=%23FF1A38",
|
|
"log_id": "active_background_color=#FF1A38"
|
|
},
|
|
{
|
|
"url": "div-action://set_variable?name=inactive_text_color&value=%23DBA7CD",
|
|
"log_id": "inactive_text_color=#DBA7CD"
|
|
},
|
|
{
|
|
"url": "div-action://set_variable?name=inactive_background_color&value=%23BBB3DB",
|
|
"log_id": "inactive_background_color=#BBB3DB"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "selected_tab=0",
|
|
"font_size": 16,
|
|
"action": {
|
|
"url": "div-action://set_variable?name=selected_tab&value=0",
|
|
"log_id": "selected_tab=0"
|
|
}
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "selected_tab=1",
|
|
"font_size": 16,
|
|
"action": {
|
|
"url": "div-action://set_variable?name=selected_tab&value=1",
|
|
"log_id": "selected_tab=1"
|
|
}
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "selected_tab=6",
|
|
"font_size": 16,
|
|
"action": {
|
|
"url": "div-action://set_variable?name=selected_tab&value=6",
|
|
"log_id": "selected_tab=6"
|
|
}
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "has_separator=0",
|
|
"font_size": 16,
|
|
"action": {
|
|
"url": "div-action://set_variable?name=has_separator&value=0",
|
|
"log_id": "has_separator=0"
|
|
}
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "has_separator=1",
|
|
"font_size": 16,
|
|
"action": {
|
|
"url": "div-action://set_variable?name=has_separator&value=1",
|
|
"log_id": "has_separator=1"
|
|
}
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "separator.color=RED",
|
|
"font_size": 16,
|
|
"action": {
|
|
"url": "div-action://set_variable?name=separator.color&value=%23f00",
|
|
"log_id": "separator.color=RED"
|
|
}
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "separator.color=BLUE",
|
|
"font_size": 16,
|
|
"action": {
|
|
"url": "div-action://set_variable?name=separator.color&value=%2300f",
|
|
"log_id": "separator.color=BLUE"
|
|
}
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "separator_paddings.top=0",
|
|
"font_size": 16,
|
|
"action": {
|
|
"url": "div-action://set_variable?name=separator_paddings.top&value=0",
|
|
"log_id": "separator_paddings.top=0"
|
|
}
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "separator_paddings.top=50",
|
|
"font_size": 16,
|
|
"action": {
|
|
"url": "div-action://set_variable?name=separator_paddings.top&value=50",
|
|
"log_id": "separator_paddings.top=50"
|
|
}
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "separator_paddings.bottom=0",
|
|
"font_size": 16,
|
|
"action": {
|
|
"url": "div-action://set_variable?name=separator_paddings.bottom&value=0",
|
|
"log_id": "separator_paddings.bottom=0"
|
|
}
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "separator_paddings.bottom=50",
|
|
"font_size": 16,
|
|
"action": {
|
|
"url": "div-action://set_variable?name=separator_paddings.bottom&value=50",
|
|
"log_id": "separator_paddings.bottom=50"
|
|
}
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "separator_paddings.left=0",
|
|
"font_size": 16,
|
|
"action": {
|
|
"url": "div-action://set_variable?name=separator_paddings.left&value=0",
|
|
"log_id": "separator_paddings.left=0"
|
|
}
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "separator_paddings.left=50",
|
|
"font_size": 16,
|
|
"action": {
|
|
"url": "div-action://set_variable?name=separator_paddings.left&value=50",
|
|
"log_id": "separator_paddings.left=50"
|
|
}
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "separator_paddings.right=0",
|
|
"font_size": 16,
|
|
"action": {
|
|
"url": "div-action://set_variable?name=separator_paddings.right&value=0",
|
|
"log_id": "separator_paddings.right=0"
|
|
}
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "separator_paddings.right=50",
|
|
"font_size": 16,
|
|
"action": {
|
|
"url": "div-action://set_variable?name=separator_paddings.right&value=50",
|
|
"log_id": "separator_paddings.right=50"
|
|
}
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "title_paddings.top=0",
|
|
"font_size": 16,
|
|
"action": {
|
|
"url": "div-action://set_variable?name=title_paddings.top&value=0",
|
|
"log_id": "title_paddings.top=0"
|
|
}
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "title_paddings.top=50",
|
|
"font_size": 16,
|
|
"action": {
|
|
"url": "div-action://set_variable?name=title_paddings.top&value=50",
|
|
"log_id": "title_paddings.top=50"
|
|
}
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "title_paddings.bottom=0",
|
|
"font_size": 16,
|
|
"action": {
|
|
"url": "div-action://set_variable?name=title_paddings.bottom&value=0",
|
|
"log_id": "title_paddings.bottom=0"
|
|
}
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "title_paddings.bottom=50",
|
|
"font_size": 16,
|
|
"action": {
|
|
"url": "div-action://set_variable?name=title_paddings.bottom&value=50",
|
|
"log_id": "title_paddings.bottom=50"
|
|
}
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "title_paddings.left=0",
|
|
"font_size": 16,
|
|
"action": {
|
|
"url": "div-action://set_variable?name=title_paddings.left&value=0",
|
|
"log_id": "title_paddings.left=0"
|
|
}
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "title_paddings.left=50",
|
|
"font_size": 16,
|
|
"action": {
|
|
"url": "div-action://set_variable?name=title_paddings.left&value=50",
|
|
"log_id": "title_paddings.left=50"
|
|
}
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "title_paddings.right=0",
|
|
"font_size": 16,
|
|
"action": {
|
|
"url": "div-action://set_variable?name=title_paddings.right&value=0",
|
|
"log_id": "title_paddings.right=0"
|
|
}
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "title_paddings.right=50",
|
|
"font_size": 16,
|
|
"action": {
|
|
"url": "div-action://set_variable?name=title_paddings.right&value=50",
|
|
"log_id": "title_paddings.right=50"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|