diff --git a/test_data/perf_test_data/with_templates.json b/test_data/perf_test_data/with_templates.json index d9337bddd..020404a51 100644 --- a/test_data/perf_test_data/with_templates.json +++ b/test_data/perf_test_data/with_templates.json @@ -2,7 +2,6 @@ "templates": { "base_text": { "type": "text", - "font_feature_settings": "'lnum' on, 'pnum' on", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" }, "base_separator": { @@ -15,9 +14,9 @@ "type": "base_text", "paddings": { "left": "@{padding.left}", + "top": 16, "right": "@{padding.right}", - "top": 10, - "bottom": 10 + "bottom": 16 }, "background": [ { @@ -29,26 +28,6 @@ "font_weight": "medium", "text_alignment_horizontal": "center" }, - "invisible_text": { - "type": "base_text", - "paddings": { - "left": "@{padding.left}", - "right": "@{padding.right}", - "top": 10, - "bottom": 10 - }, - "visibility": "invisible" - }, - "gone_text": { - "type": "base_text", - "paddings": { - "left": "@{padding.left}", - "right": "@{padding.right}", - "top": 10, - "bottom": 10 - }, - "visibility": "gone" - }, "base_input": { "type": "input", "margins": { @@ -75,9 +54,9 @@ "type": "base_text", "paddings": { "left": "@{padding.left}", + "top": 12, "right": "@{padding.right}", - "top": 20, - "bottom": 10 + "bottom": 4 }, "font_size": 20, "font_weight": "regular", @@ -94,10 +73,10 @@ "value": 40 }, "paddings": { - "left": 20, - "right": 20, - "top": 20, - "bottom": 20 + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 }, "placeholder_color": "#00000000", "image_url": "file:///android_asset/images/benchmark/menu.png", @@ -139,7 +118,7 @@ }, "tab_pager": { "type": "tabs", - "has_separator": true, + "has_separator": "@{true}", "separator_color": "@{dark_sky}", "separator_paddings": { "left": 0, @@ -149,10 +128,10 @@ }, "tab_title_style": { "paddings": { - "left": 10, - "right": 10, - "top": 5, - "bottom": 5 + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 }, "active_text_color": "@{dark_sky}", "inactive_text_color": "#ECF0F1", @@ -161,20 +140,23 @@ }, "title_paddings": { "left": "@{padding.left}", + "top": 8, "right": "@{padding.right}", - "top": 10, - "bottom": 10 + "bottom": 16 } }, "page": { "type": "gallery", + "height": { + "type": "match_parent" + }, "paddings": { "left": "@{padding.left}", + "top": 16, "right": "@{padding.right}", - "top": 10, - "bottom": 10 + "bottom": 16 }, - "item_spacing": 20 + "item_spacing": 16 }, "page_element": { "type": "container", @@ -182,6 +164,9 @@ "type": "fixed", "value": 224 }, + "height": { + "type": "match_parent" + }, "background": [ { "type": "solid", @@ -192,7 +177,7 @@ "corner_radius": 8 } }, - "block_with_grids": { + "list": { "type": "page_element" }, "list_item": { @@ -252,13 +237,7 @@ }, "font_size": 14, "text_alignment_vertical": "bottom", - "$text": "title", - "visibility_actions": [ - { - "log_id": "benchmark/list_item/title", - "url": "@{empty_action}" - } - ] + "$text": "title" }, { "type": "base_text", @@ -327,6 +306,78 @@ } ] }, + "post": { + "type": "page_element", + "items": [ + { + "type": "title_text", + "$text": "post_title" + }, + { + "type": "base_text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, "form": { "type": "page_element", "items": [ @@ -443,111 +494,6 @@ } ] }, - "block_with_variables": { - "type": "page_element", - "items": [ - { - "type": "title_text", - "text": "VARIABLES" - }, - { - "type": "base_text", - "margins": { - "left": "@{padding.left}", - "right": "@{padding.right}", - "top": 10 - }, - "line_height": 16, - "text": "counter: @{counter}\nempty_action: '@{empty_action}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" - }, - { - "type": "base_text", - "margins": { - "left": "@{padding.left}", - "right": "@{padding.right}", - "top": 10, - "bottom": 10 - }, - "text": "#lorem #ipsum #dolor #sit #amet", - "ranges": [ - { - "start": 0, - "end": 6, - "text_color": "@{mint_green}" - }, - { - "start": 7, - "end": 13, - "text_color": "@{medium_sea_green}" - }, - { - "start": 14, - "end": 20, - "text_color": "#@{golden_dragon}" - }, - { - "start": 21, - "end": 25, - "text_color": "@{vivid_orange}" - }, - { - "start": 26, - "end": 31, - "text_color": "@{cinnabar}" - } - ] - } - ] - }, - "block_with_invisible_items": { - "type": "page_element", - "items": [ - { - "type": "title_text", - "text": "INVISIBLE ITEMS" - }, - { - "type": "invisible_text", - "text": "Item 1" - }, - { - "type": "gone_text", - "text": "Item 2" - }, - { - "type": "invisible_text", - "text": "Item 3" - }, - { - "type": "gone_text", - "text": "Item 4" - }, - { - "type": "invisible_text", - "text": "Item 5" - }, - { - "type": "gone_text", - "text": "Item 6" - }, - { - "type": "invisible_text", - "text": "Item 7" - }, - { - "type": "gone_text", - "text": "Item 8" - }, - { - "type": "invisible_text", - "text": "Item 9" - }, - { - "type": "gone_text", - "text": "Item 10" - } - ] - }, "button": { "type": "text", "height": { @@ -556,9 +502,9 @@ }, "margins": { "left": "@{padding.left}", + "top": 16, "right": "@{padding.right}", - "top": 20, - "bottom": 20 + "bottom": 16 }, "background": [ { @@ -577,6 +523,9 @@ }, "benchmark_card": { "type": "container", + "height": { + "type": "match_parent" + }, "margins": { "left": 8, "top": 8, @@ -599,6 +548,9 @@ }, { "type": "tab_pager", + "height": { + "type": "match_parent" + }, "$items": "pages" }, { @@ -613,30 +565,17581 @@ "$action": "button_action" } ] + }, + "base_text_copy_1": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_1": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_1": { + "type": "base_text_copy_1", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_1": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_1": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_1", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_1": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_1": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_1": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_1": { + "type": "page_element_copy_1" + }, + "list_item_copy_1": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_1", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_1", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_1", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_1", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_1", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_1": { + "type": "page_element_copy_1", + "items": [ + { + "type": "title_text_copy_1", + "$text": "post_title" + }, + { + "type": "base_text_copy_1", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_1", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_1", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_1", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_1": { + "type": "page_element_copy_1", + "items": [ + { + "type": "title_text_copy_1", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_1", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_1", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_1", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_1", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_1", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_1", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_1", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_1", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_1": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_1": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_1" + }, + { + "type": "tab_pager_copy_1", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_1", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_2": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_2": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_2": { + "type": "base_text_copy_2", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_2": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_2": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_2", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_2": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_2": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_2": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_2": { + "type": "page_element_copy_2" + }, + "list_item_copy_2": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_2", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_2", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_2", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_2", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_2", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_2": { + "type": "page_element_copy_2", + "items": [ + { + "type": "title_text_copy_2", + "$text": "post_title" + }, + { + "type": "base_text_copy_2", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_2", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_2", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_2", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_2": { + "type": "page_element_copy_2", + "items": [ + { + "type": "title_text_copy_2", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_2", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_2", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_2", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_2", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_2", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_2", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_2", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_2", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_2": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_2": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_2" + }, + { + "type": "tab_pager_copy_2", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_2", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_1_copy_2": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_1_copy_2": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_1_copy_2": { + "type": "base_text_copy_1_copy_2", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_1_copy_2": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_1_copy_2": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_1_copy_2", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_1_copy_2": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_1_copy_2": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_1_copy_2": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_1_copy_2": { + "type": "page_element_copy_1_copy_2" + }, + "list_item_copy_1_copy_2": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_1_copy_2", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_1_copy_2", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_1_copy_2", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_1_copy_2", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_1_copy_2", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_1_copy_2": { + "type": "page_element_copy_1_copy_2", + "items": [ + { + "type": "title_text_copy_1_copy_2", + "$text": "post_title" + }, + { + "type": "base_text_copy_1_copy_2", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_1_copy_2", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_1_copy_2", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_1_copy_2", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_1_copy_2": { + "type": "page_element_copy_1_copy_2", + "items": [ + { + "type": "title_text_copy_1_copy_2", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_1_copy_2", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_1_copy_2", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_1_copy_2", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_1_copy_2", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_1_copy_2", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_1_copy_2", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_1_copy_2", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_1_copy_2", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_1_copy_2": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_1_copy_2": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_1_copy_2" + }, + { + "type": "tab_pager_copy_1_copy_2", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_1_copy_2", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_3": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_3": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_3": { + "type": "base_text_copy_3", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_3": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_3": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_3", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_3": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_3": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_3": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_3": { + "type": "page_element_copy_3" + }, + "list_item_copy_3": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_3", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_3", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_3", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_3", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_3", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_3": { + "type": "page_element_copy_3", + "items": [ + { + "type": "title_text_copy_3", + "$text": "post_title" + }, + { + "type": "base_text_copy_3", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_3", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_3", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_3", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_3": { + "type": "page_element_copy_3", + "items": [ + { + "type": "title_text_copy_3", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_3", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_3", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_3", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_3", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_3", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_3", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_3", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_3", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_3": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_3": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_3" + }, + { + "type": "tab_pager_copy_3", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_3", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_1_copy_3": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_1_copy_3": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_1_copy_3": { + "type": "base_text_copy_1_copy_3", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_1_copy_3": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_1_copy_3": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_1_copy_3", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_1_copy_3": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_1_copy_3": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_1_copy_3": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_1_copy_3": { + "type": "page_element_copy_1_copy_3" + }, + "list_item_copy_1_copy_3": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_1_copy_3", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_1_copy_3", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_1_copy_3", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_1_copy_3", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_1_copy_3", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_1_copy_3": { + "type": "page_element_copy_1_copy_3", + "items": [ + { + "type": "title_text_copy_1_copy_3", + "$text": "post_title" + }, + { + "type": "base_text_copy_1_copy_3", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_1_copy_3", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_1_copy_3", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_1_copy_3", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_1_copy_3": { + "type": "page_element_copy_1_copy_3", + "items": [ + { + "type": "title_text_copy_1_copy_3", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_1_copy_3", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_1_copy_3", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_1_copy_3", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_1_copy_3", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_1_copy_3", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_1_copy_3", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_1_copy_3", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_1_copy_3", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_1_copy_3": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_1_copy_3": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_1_copy_3" + }, + { + "type": "tab_pager_copy_1_copy_3", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_1_copy_3", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_2_copy_3": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_2_copy_3": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_2_copy_3": { + "type": "base_text_copy_2_copy_3", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_2_copy_3": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_2_copy_3": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_2_copy_3", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_2_copy_3": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_2_copy_3": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_2_copy_3": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_2_copy_3": { + "type": "page_element_copy_2_copy_3" + }, + "list_item_copy_2_copy_3": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_2_copy_3", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_2_copy_3", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_2_copy_3", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_2_copy_3", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_2_copy_3", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_2_copy_3": { + "type": "page_element_copy_2_copy_3", + "items": [ + { + "type": "title_text_copy_2_copy_3", + "$text": "post_title" + }, + { + "type": "base_text_copy_2_copy_3", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_2_copy_3", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_2_copy_3", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_2_copy_3", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_2_copy_3": { + "type": "page_element_copy_2_copy_3", + "items": [ + { + "type": "title_text_copy_2_copy_3", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_2_copy_3", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_2_copy_3", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_2_copy_3", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_2_copy_3", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_2_copy_3", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_2_copy_3", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_2_copy_3", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_2_copy_3", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_2_copy_3": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_2_copy_3": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_2_copy_3" + }, + { + "type": "tab_pager_copy_2_copy_3", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_2_copy_3", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_1_copy_2_copy_3": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_1_copy_2_copy_3": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_1_copy_2_copy_3": { + "type": "base_text_copy_1_copy_2_copy_3", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_1_copy_2_copy_3": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_1_copy_2_copy_3": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_1_copy_2_copy_3", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_1_copy_2_copy_3": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_1_copy_2_copy_3": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_1_copy_2_copy_3": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_1_copy_2_copy_3": { + "type": "page_element_copy_1_copy_2_copy_3" + }, + "list_item_copy_1_copy_2_copy_3": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_1_copy_2_copy_3", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_1_copy_2_copy_3", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_1_copy_2_copy_3", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_1_copy_2_copy_3", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_1_copy_2_copy_3", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_1_copy_2_copy_3": { + "type": "page_element_copy_1_copy_2_copy_3", + "items": [ + { + "type": "title_text_copy_1_copy_2_copy_3", + "$text": "post_title" + }, + { + "type": "base_text_copy_1_copy_2_copy_3", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_1_copy_2_copy_3", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_1_copy_2_copy_3", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_1_copy_2_copy_3", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_1_copy_2_copy_3": { + "type": "page_element_copy_1_copy_2_copy_3", + "items": [ + { + "type": "title_text_copy_1_copy_2_copy_3", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_1_copy_2_copy_3", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_1_copy_2_copy_3", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_1_copy_2_copy_3", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_1_copy_2_copy_3", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_1_copy_2_copy_3", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_1_copy_2_copy_3", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_1_copy_2_copy_3", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_1_copy_2_copy_3", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_1_copy_2_copy_3": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_1_copy_2_copy_3": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_1_copy_2_copy_3" + }, + { + "type": "tab_pager_copy_1_copy_2_copy_3", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_1_copy_2_copy_3", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_4": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_4": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_4": { + "type": "base_text_copy_4", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_4": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_4": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_4", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_4": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_4": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_4": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_4": { + "type": "page_element_copy_4" + }, + "list_item_copy_4": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_4", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_4", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_4", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_4", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_4", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_4": { + "type": "page_element_copy_4", + "items": [ + { + "type": "title_text_copy_4", + "$text": "post_title" + }, + { + "type": "base_text_copy_4", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_4", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_4", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_4", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_4": { + "type": "page_element_copy_4", + "items": [ + { + "type": "title_text_copy_4", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_4", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_4", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_4", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_4", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_4": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_4": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_4" + }, + { + "type": "tab_pager_copy_4", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_4", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_1_copy_4": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_1_copy_4": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_1_copy_4": { + "type": "base_text_copy_1_copy_4", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_1_copy_4": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_1_copy_4": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_1_copy_4", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_1_copy_4": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_1_copy_4": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_1_copy_4": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_1_copy_4": { + "type": "page_element_copy_1_copy_4" + }, + "list_item_copy_1_copy_4": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_1_copy_4", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_1_copy_4", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_1_copy_4", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_1_copy_4", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_1_copy_4", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_1_copy_4": { + "type": "page_element_copy_1_copy_4", + "items": [ + { + "type": "title_text_copy_1_copy_4", + "$text": "post_title" + }, + { + "type": "base_text_copy_1_copy_4", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_1_copy_4", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_1_copy_4", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_1_copy_4", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_1_copy_4": { + "type": "page_element_copy_1_copy_4", + "items": [ + { + "type": "title_text_copy_1_copy_4", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_1_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_1_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_1_copy_4", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_1_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_1_copy_4", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_1_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_1_copy_4", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_1_copy_4", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_1_copy_4": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_1_copy_4": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_1_copy_4" + }, + { + "type": "tab_pager_copy_1_copy_4", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_1_copy_4", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_2_copy_4": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_2_copy_4": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_2_copy_4": { + "type": "base_text_copy_2_copy_4", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_2_copy_4": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_2_copy_4": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_2_copy_4", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_2_copy_4": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_2_copy_4": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_2_copy_4": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_2_copy_4": { + "type": "page_element_copy_2_copy_4" + }, + "list_item_copy_2_copy_4": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_2_copy_4", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_2_copy_4", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_2_copy_4", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_2_copy_4", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_2_copy_4", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_2_copy_4": { + "type": "page_element_copy_2_copy_4", + "items": [ + { + "type": "title_text_copy_2_copy_4", + "$text": "post_title" + }, + { + "type": "base_text_copy_2_copy_4", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_2_copy_4", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_2_copy_4", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_2_copy_4", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_2_copy_4": { + "type": "page_element_copy_2_copy_4", + "items": [ + { + "type": "title_text_copy_2_copy_4", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_2_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_2_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_2_copy_4", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_2_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_2_copy_4", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_2_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_2_copy_4", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_2_copy_4", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_2_copy_4": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_2_copy_4": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_2_copy_4" + }, + { + "type": "tab_pager_copy_2_copy_4", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_2_copy_4", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_1_copy_2_copy_4": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_1_copy_2_copy_4": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_1_copy_2_copy_4": { + "type": "base_text_copy_1_copy_2_copy_4", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_1_copy_2_copy_4": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_1_copy_2_copy_4": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_1_copy_2_copy_4", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_1_copy_2_copy_4": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_1_copy_2_copy_4": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_1_copy_2_copy_4": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_1_copy_2_copy_4": { + "type": "page_element_copy_1_copy_2_copy_4" + }, + "list_item_copy_1_copy_2_copy_4": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_1_copy_2_copy_4", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_1_copy_2_copy_4", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_1_copy_2_copy_4", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_1_copy_2_copy_4", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_1_copy_2_copy_4", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_1_copy_2_copy_4": { + "type": "page_element_copy_1_copy_2_copy_4", + "items": [ + { + "type": "title_text_copy_1_copy_2_copy_4", + "$text": "post_title" + }, + { + "type": "base_text_copy_1_copy_2_copy_4", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_1_copy_2_copy_4", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_1_copy_2_copy_4", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_1_copy_2_copy_4", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_1_copy_2_copy_4": { + "type": "page_element_copy_1_copy_2_copy_4", + "items": [ + { + "type": "title_text_copy_1_copy_2_copy_4", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_1_copy_2_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_1_copy_2_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_1_copy_2_copy_4", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_1_copy_2_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_1_copy_2_copy_4", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_1_copy_2_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_1_copy_2_copy_4", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_1_copy_2_copy_4", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_1_copy_2_copy_4": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_1_copy_2_copy_4": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_1_copy_2_copy_4" + }, + { + "type": "tab_pager_copy_1_copy_2_copy_4", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_1_copy_2_copy_4", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_3_copy_4": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_3_copy_4": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_3_copy_4": { + "type": "base_text_copy_3_copy_4", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_3_copy_4": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_3_copy_4": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_3_copy_4", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_3_copy_4": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_3_copy_4": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_3_copy_4": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_3_copy_4": { + "type": "page_element_copy_3_copy_4" + }, + "list_item_copy_3_copy_4": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_3_copy_4", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_3_copy_4", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_3_copy_4", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_3_copy_4", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_3_copy_4", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_3_copy_4": { + "type": "page_element_copy_3_copy_4", + "items": [ + { + "type": "title_text_copy_3_copy_4", + "$text": "post_title" + }, + { + "type": "base_text_copy_3_copy_4", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_3_copy_4", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_3_copy_4", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_3_copy_4", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_3_copy_4": { + "type": "page_element_copy_3_copy_4", + "items": [ + { + "type": "title_text_copy_3_copy_4", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_3_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_3_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_3_copy_4", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_3_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_3_copy_4", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_3_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_3_copy_4", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_3_copy_4", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_3_copy_4": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_3_copy_4": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_3_copy_4" + }, + { + "type": "tab_pager_copy_3_copy_4", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_3_copy_4", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_1_copy_3_copy_4": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_1_copy_3_copy_4": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_1_copy_3_copy_4": { + "type": "base_text_copy_1_copy_3_copy_4", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_1_copy_3_copy_4": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_1_copy_3_copy_4": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_1_copy_3_copy_4", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_1_copy_3_copy_4": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_1_copy_3_copy_4": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_1_copy_3_copy_4": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_1_copy_3_copy_4": { + "type": "page_element_copy_1_copy_3_copy_4" + }, + "list_item_copy_1_copy_3_copy_4": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_1_copy_3_copy_4", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_1_copy_3_copy_4", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_1_copy_3_copy_4", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_1_copy_3_copy_4", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_1_copy_3_copy_4", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_1_copy_3_copy_4": { + "type": "page_element_copy_1_copy_3_copy_4", + "items": [ + { + "type": "title_text_copy_1_copy_3_copy_4", + "$text": "post_title" + }, + { + "type": "base_text_copy_1_copy_3_copy_4", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_1_copy_3_copy_4", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_1_copy_3_copy_4", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_1_copy_3_copy_4", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_1_copy_3_copy_4": { + "type": "page_element_copy_1_copy_3_copy_4", + "items": [ + { + "type": "title_text_copy_1_copy_3_copy_4", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_1_copy_3_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_1_copy_3_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_1_copy_3_copy_4", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_1_copy_3_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_1_copy_3_copy_4", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_1_copy_3_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_1_copy_3_copy_4", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_1_copy_3_copy_4", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_1_copy_3_copy_4": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_1_copy_3_copy_4": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_1_copy_3_copy_4" + }, + { + "type": "tab_pager_copy_1_copy_3_copy_4", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_1_copy_3_copy_4", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_2_copy_3_copy_4": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_2_copy_3_copy_4": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_2_copy_3_copy_4": { + "type": "base_text_copy_2_copy_3_copy_4", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_2_copy_3_copy_4": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_2_copy_3_copy_4": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_2_copy_3_copy_4", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_2_copy_3_copy_4": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_2_copy_3_copy_4": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_2_copy_3_copy_4": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_2_copy_3_copy_4": { + "type": "page_element_copy_2_copy_3_copy_4" + }, + "list_item_copy_2_copy_3_copy_4": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_2_copy_3_copy_4", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_2_copy_3_copy_4", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_2_copy_3_copy_4", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_2_copy_3_copy_4", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_2_copy_3_copy_4", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_2_copy_3_copy_4": { + "type": "page_element_copy_2_copy_3_copy_4", + "items": [ + { + "type": "title_text_copy_2_copy_3_copy_4", + "$text": "post_title" + }, + { + "type": "base_text_copy_2_copy_3_copy_4", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_2_copy_3_copy_4", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_2_copy_3_copy_4", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_2_copy_3_copy_4", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_2_copy_3_copy_4": { + "type": "page_element_copy_2_copy_3_copy_4", + "items": [ + { + "type": "title_text_copy_2_copy_3_copy_4", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_2_copy_3_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_2_copy_3_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_2_copy_3_copy_4", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_2_copy_3_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_2_copy_3_copy_4", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_2_copy_3_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_2_copy_3_copy_4", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_2_copy_3_copy_4", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_2_copy_3_copy_4": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_2_copy_3_copy_4": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_2_copy_3_copy_4" + }, + { + "type": "tab_pager_copy_2_copy_3_copy_4", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_2_copy_3_copy_4", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_1_copy_2_copy_3_copy_4": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_1_copy_2_copy_3_copy_4": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_1_copy_2_copy_3_copy_4": { + "type": "base_text_copy_1_copy_2_copy_3_copy_4", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_1_copy_2_copy_3_copy_4": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_1_copy_2_copy_3_copy_4": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_1_copy_2_copy_3_copy_4", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_1_copy_2_copy_3_copy_4": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_1_copy_2_copy_3_copy_4": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_1_copy_2_copy_3_copy_4": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_1_copy_2_copy_3_copy_4": { + "type": "page_element_copy_1_copy_2_copy_3_copy_4" + }, + "list_item_copy_1_copy_2_copy_3_copy_4": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_1_copy_2_copy_3_copy_4", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_4", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_4", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_4", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_1_copy_2_copy_3_copy_4", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_1_copy_2_copy_3_copy_4": { + "type": "page_element_copy_1_copy_2_copy_3_copy_4", + "items": [ + { + "type": "title_text_copy_1_copy_2_copy_3_copy_4", + "$text": "post_title" + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_4", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_1_copy_2_copy_3_copy_4", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_4", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_4", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_1_copy_2_copy_3_copy_4": { + "type": "page_element_copy_1_copy_2_copy_3_copy_4", + "items": [ + { + "type": "title_text_copy_1_copy_2_copy_3_copy_4", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_1_copy_2_copy_3_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_1_copy_2_copy_3_copy_4", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_1_copy_2_copy_3_copy_4", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_4", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_4", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_1_copy_2_copy_3_copy_4", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_1_copy_2_copy_3_copy_4": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_1_copy_2_copy_3_copy_4": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_1_copy_2_copy_3_copy_4" + }, + { + "type": "tab_pager_copy_1_copy_2_copy_3_copy_4", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_1_copy_2_copy_3_copy_4", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_5": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_5": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_5": { + "type": "base_text_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_5": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_5": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_5": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_5": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_5": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_5": { + "type": "page_element_copy_5" + }, + "list_item_copy_5": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_5", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_5", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_5", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_5": { + "type": "page_element_copy_5", + "items": [ + { + "type": "title_text_copy_5", + "$text": "post_title" + }, + { + "type": "base_text_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_5", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_5": { + "type": "page_element_copy_5", + "items": [ + { + "type": "title_text_copy_5", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_5", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_5", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_5", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_5", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_5": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_5": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_5" + }, + { + "type": "tab_pager_copy_5", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_5", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_1_copy_5": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_1_copy_5": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_1_copy_5": { + "type": "base_text_copy_1_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_1_copy_5": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_1_copy_5": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_1_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_1_copy_5": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_1_copy_5": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_1_copy_5": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_1_copy_5": { + "type": "page_element_copy_1_copy_5" + }, + "list_item_copy_1_copy_5": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_1_copy_5", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_1_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_1_copy_5", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_1_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_1_copy_5", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_1_copy_5": { + "type": "page_element_copy_1_copy_5", + "items": [ + { + "type": "title_text_copy_1_copy_5", + "$text": "post_title" + }, + { + "type": "base_text_copy_1_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_1_copy_5", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_1_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_1_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_1_copy_5": { + "type": "page_element_copy_1_copy_5", + "items": [ + { + "type": "title_text_copy_1_copy_5", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_1_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_1_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_1_copy_5", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_1_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_1_copy_5", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_1_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_1_copy_5", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_1_copy_5", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_1_copy_5": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_1_copy_5": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_1_copy_5" + }, + { + "type": "tab_pager_copy_1_copy_5", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_1_copy_5", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_2_copy_5": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_2_copy_5": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_2_copy_5": { + "type": "base_text_copy_2_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_2_copy_5": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_2_copy_5": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_2_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_2_copy_5": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_2_copy_5": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_2_copy_5": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_2_copy_5": { + "type": "page_element_copy_2_copy_5" + }, + "list_item_copy_2_copy_5": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_2_copy_5", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_2_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_2_copy_5", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_2_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_2_copy_5", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_2_copy_5": { + "type": "page_element_copy_2_copy_5", + "items": [ + { + "type": "title_text_copy_2_copy_5", + "$text": "post_title" + }, + { + "type": "base_text_copy_2_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_2_copy_5", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_2_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_2_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_2_copy_5": { + "type": "page_element_copy_2_copy_5", + "items": [ + { + "type": "title_text_copy_2_copy_5", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_2_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_2_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_2_copy_5", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_2_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_2_copy_5", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_2_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_2_copy_5", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_2_copy_5", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_2_copy_5": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_2_copy_5": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_2_copy_5" + }, + { + "type": "tab_pager_copy_2_copy_5", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_2_copy_5", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_1_copy_2_copy_5": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_1_copy_2_copy_5": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_1_copy_2_copy_5": { + "type": "base_text_copy_1_copy_2_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_1_copy_2_copy_5": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_1_copy_2_copy_5": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_1_copy_2_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_1_copy_2_copy_5": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_1_copy_2_copy_5": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_1_copy_2_copy_5": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_1_copy_2_copy_5": { + "type": "page_element_copy_1_copy_2_copy_5" + }, + "list_item_copy_1_copy_2_copy_5": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_1_copy_2_copy_5", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_1_copy_2_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_1_copy_2_copy_5", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_1_copy_2_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_1_copy_2_copy_5", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_1_copy_2_copy_5": { + "type": "page_element_copy_1_copy_2_copy_5", + "items": [ + { + "type": "title_text_copy_1_copy_2_copy_5", + "$text": "post_title" + }, + { + "type": "base_text_copy_1_copy_2_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_1_copy_2_copy_5", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_1_copy_2_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_1_copy_2_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_1_copy_2_copy_5": { + "type": "page_element_copy_1_copy_2_copy_5", + "items": [ + { + "type": "title_text_copy_1_copy_2_copy_5", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_1_copy_2_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_1_copy_2_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_1_copy_2_copy_5", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_1_copy_2_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_1_copy_2_copy_5", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_1_copy_2_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_1_copy_2_copy_5", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_1_copy_2_copy_5", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_1_copy_2_copy_5": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_1_copy_2_copy_5": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_1_copy_2_copy_5" + }, + { + "type": "tab_pager_copy_1_copy_2_copy_5", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_1_copy_2_copy_5", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_3_copy_5": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_3_copy_5": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_3_copy_5": { + "type": "base_text_copy_3_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_3_copy_5": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_3_copy_5": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_3_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_3_copy_5": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_3_copy_5": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_3_copy_5": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_3_copy_5": { + "type": "page_element_copy_3_copy_5" + }, + "list_item_copy_3_copy_5": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_3_copy_5", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_3_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_3_copy_5", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_3_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_3_copy_5", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_3_copy_5": { + "type": "page_element_copy_3_copy_5", + "items": [ + { + "type": "title_text_copy_3_copy_5", + "$text": "post_title" + }, + { + "type": "base_text_copy_3_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_3_copy_5", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_3_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_3_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_3_copy_5": { + "type": "page_element_copy_3_copy_5", + "items": [ + { + "type": "title_text_copy_3_copy_5", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_3_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_3_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_3_copy_5", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_3_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_3_copy_5", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_3_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_3_copy_5", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_3_copy_5", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_3_copy_5": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_3_copy_5": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_3_copy_5" + }, + { + "type": "tab_pager_copy_3_copy_5", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_3_copy_5", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_1_copy_3_copy_5": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_1_copy_3_copy_5": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_1_copy_3_copy_5": { + "type": "base_text_copy_1_copy_3_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_1_copy_3_copy_5": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_1_copy_3_copy_5": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_1_copy_3_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_1_copy_3_copy_5": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_1_copy_3_copy_5": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_1_copy_3_copy_5": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_1_copy_3_copy_5": { + "type": "page_element_copy_1_copy_3_copy_5" + }, + "list_item_copy_1_copy_3_copy_5": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_1_copy_3_copy_5", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_1_copy_3_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_1_copy_3_copy_5", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_1_copy_3_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_1_copy_3_copy_5", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_1_copy_3_copy_5": { + "type": "page_element_copy_1_copy_3_copy_5", + "items": [ + { + "type": "title_text_copy_1_copy_3_copy_5", + "$text": "post_title" + }, + { + "type": "base_text_copy_1_copy_3_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_1_copy_3_copy_5", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_1_copy_3_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_1_copy_3_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_1_copy_3_copy_5": { + "type": "page_element_copy_1_copy_3_copy_5", + "items": [ + { + "type": "title_text_copy_1_copy_3_copy_5", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_1_copy_3_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_1_copy_3_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_1_copy_3_copy_5", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_1_copy_3_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_1_copy_3_copy_5", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_1_copy_3_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_1_copy_3_copy_5", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_1_copy_3_copy_5", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_1_copy_3_copy_5": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_1_copy_3_copy_5": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_1_copy_3_copy_5" + }, + { + "type": "tab_pager_copy_1_copy_3_copy_5", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_1_copy_3_copy_5", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_2_copy_3_copy_5": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_2_copy_3_copy_5": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_2_copy_3_copy_5": { + "type": "base_text_copy_2_copy_3_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_2_copy_3_copy_5": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_2_copy_3_copy_5": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_2_copy_3_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_2_copy_3_copy_5": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_2_copy_3_copy_5": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_2_copy_3_copy_5": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_2_copy_3_copy_5": { + "type": "page_element_copy_2_copy_3_copy_5" + }, + "list_item_copy_2_copy_3_copy_5": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_2_copy_3_copy_5", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_2_copy_3_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_2_copy_3_copy_5", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_2_copy_3_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_2_copy_3_copy_5", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_2_copy_3_copy_5": { + "type": "page_element_copy_2_copy_3_copy_5", + "items": [ + { + "type": "title_text_copy_2_copy_3_copy_5", + "$text": "post_title" + }, + { + "type": "base_text_copy_2_copy_3_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_2_copy_3_copy_5", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_2_copy_3_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_2_copy_3_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_2_copy_3_copy_5": { + "type": "page_element_copy_2_copy_3_copy_5", + "items": [ + { + "type": "title_text_copy_2_copy_3_copy_5", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_2_copy_3_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_2_copy_3_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_2_copy_3_copy_5", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_2_copy_3_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_2_copy_3_copy_5", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_2_copy_3_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_2_copy_3_copy_5", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_2_copy_3_copy_5", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_2_copy_3_copy_5": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_2_copy_3_copy_5": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_2_copy_3_copy_5" + }, + { + "type": "tab_pager_copy_2_copy_3_copy_5", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_2_copy_3_copy_5", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_1_copy_2_copy_3_copy_5": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_1_copy_2_copy_3_copy_5": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_1_copy_2_copy_3_copy_5": { + "type": "base_text_copy_1_copy_2_copy_3_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_1_copy_2_copy_3_copy_5": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_1_copy_2_copy_3_copy_5": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_1_copy_2_copy_3_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_1_copy_2_copy_3_copy_5": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_1_copy_2_copy_3_copy_5": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_1_copy_2_copy_3_copy_5": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_1_copy_2_copy_3_copy_5": { + "type": "page_element_copy_1_copy_2_copy_3_copy_5" + }, + "list_item_copy_1_copy_2_copy_3_copy_5": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_1_copy_2_copy_3_copy_5", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_5", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_1_copy_2_copy_3_copy_5", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_1_copy_2_copy_3_copy_5": { + "type": "page_element_copy_1_copy_2_copy_3_copy_5", + "items": [ + { + "type": "title_text_copy_1_copy_2_copy_3_copy_5", + "$text": "post_title" + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_1_copy_2_copy_3_copy_5", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_1_copy_2_copy_3_copy_5": { + "type": "page_element_copy_1_copy_2_copy_3_copy_5", + "items": [ + { + "type": "title_text_copy_1_copy_2_copy_3_copy_5", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_1_copy_2_copy_3_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_1_copy_2_copy_3_copy_5", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_1_copy_2_copy_3_copy_5", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_5", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_1_copy_2_copy_3_copy_5", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_1_copy_2_copy_3_copy_5": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_1_copy_2_copy_3_copy_5": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_1_copy_2_copy_3_copy_5" + }, + { + "type": "tab_pager_copy_1_copy_2_copy_3_copy_5", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_1_copy_2_copy_3_copy_5", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_4_copy_5": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_4_copy_5": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_4_copy_5": { + "type": "base_text_copy_4_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_4_copy_5": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_4_copy_5": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_4_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_4_copy_5": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_4_copy_5": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_4_copy_5": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_4_copy_5": { + "type": "page_element_copy_4_copy_5" + }, + "list_item_copy_4_copy_5": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_4_copy_5", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_4_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_4_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_4_copy_5", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_4_copy_5": { + "type": "page_element_copy_4_copy_5", + "items": [ + { + "type": "title_text_copy_4_copy_5", + "$text": "post_title" + }, + { + "type": "base_text_copy_4_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_4_copy_5", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_4_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_4_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_4_copy_5": { + "type": "page_element_copy_4_copy_5", + "items": [ + { + "type": "title_text_copy_4_copy_5", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_4_copy_5", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_4_copy_5", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_4_copy_5", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_4_copy_5": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_4_copy_5": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_4_copy_5" + }, + { + "type": "tab_pager_copy_4_copy_5", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_4_copy_5", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_1_copy_4_copy_5": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_1_copy_4_copy_5": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_1_copy_4_copy_5": { + "type": "base_text_copy_1_copy_4_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_1_copy_4_copy_5": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_1_copy_4_copy_5": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_1_copy_4_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_1_copy_4_copy_5": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_1_copy_4_copy_5": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_1_copy_4_copy_5": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_1_copy_4_copy_5": { + "type": "page_element_copy_1_copy_4_copy_5" + }, + "list_item_copy_1_copy_4_copy_5": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_1_copy_4_copy_5", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_1_copy_4_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_1_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_1_copy_4_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_1_copy_4_copy_5", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_1_copy_4_copy_5": { + "type": "page_element_copy_1_copy_4_copy_5", + "items": [ + { + "type": "title_text_copy_1_copy_4_copy_5", + "$text": "post_title" + }, + { + "type": "base_text_copy_1_copy_4_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_1_copy_4_copy_5", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_1_copy_4_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_1_copy_4_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_1_copy_4_copy_5": { + "type": "page_element_copy_1_copy_4_copy_5", + "items": [ + { + "type": "title_text_copy_1_copy_4_copy_5", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_1_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_1_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_1_copy_4_copy_5", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_1_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_1_copy_4_copy_5", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_1_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_1_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_1_copy_4_copy_5", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_1_copy_4_copy_5": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_1_copy_4_copy_5": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_1_copy_4_copy_5" + }, + { + "type": "tab_pager_copy_1_copy_4_copy_5", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_1_copy_4_copy_5", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_2_copy_4_copy_5": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_2_copy_4_copy_5": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_2_copy_4_copy_5": { + "type": "base_text_copy_2_copy_4_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_2_copy_4_copy_5": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_2_copy_4_copy_5": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_2_copy_4_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_2_copy_4_copy_5": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_2_copy_4_copy_5": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_2_copy_4_copy_5": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_2_copy_4_copy_5": { + "type": "page_element_copy_2_copy_4_copy_5" + }, + "list_item_copy_2_copy_4_copy_5": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_2_copy_4_copy_5", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_2_copy_4_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_2_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_2_copy_4_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_2_copy_4_copy_5", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_2_copy_4_copy_5": { + "type": "page_element_copy_2_copy_4_copy_5", + "items": [ + { + "type": "title_text_copy_2_copy_4_copy_5", + "$text": "post_title" + }, + { + "type": "base_text_copy_2_copy_4_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_2_copy_4_copy_5", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_2_copy_4_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_2_copy_4_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_2_copy_4_copy_5": { + "type": "page_element_copy_2_copy_4_copy_5", + "items": [ + { + "type": "title_text_copy_2_copy_4_copy_5", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_2_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_2_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_2_copy_4_copy_5", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_2_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_2_copy_4_copy_5", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_2_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_2_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_2_copy_4_copy_5", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_2_copy_4_copy_5": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_2_copy_4_copy_5": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_2_copy_4_copy_5" + }, + { + "type": "tab_pager_copy_2_copy_4_copy_5", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_2_copy_4_copy_5", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_1_copy_2_copy_4_copy_5": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_1_copy_2_copy_4_copy_5": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_1_copy_2_copy_4_copy_5": { + "type": "base_text_copy_1_copy_2_copy_4_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_1_copy_2_copy_4_copy_5": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_1_copy_2_copy_4_copy_5": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_1_copy_2_copy_4_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_1_copy_2_copy_4_copy_5": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_1_copy_2_copy_4_copy_5": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_1_copy_2_copy_4_copy_5": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_1_copy_2_copy_4_copy_5": { + "type": "page_element_copy_1_copy_2_copy_4_copy_5" + }, + "list_item_copy_1_copy_2_copy_4_copy_5": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_1_copy_2_copy_4_copy_5", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_1_copy_2_copy_4_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_1_copy_2_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_1_copy_2_copy_4_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_1_copy_2_copy_4_copy_5", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_1_copy_2_copy_4_copy_5": { + "type": "page_element_copy_1_copy_2_copy_4_copy_5", + "items": [ + { + "type": "title_text_copy_1_copy_2_copy_4_copy_5", + "$text": "post_title" + }, + { + "type": "base_text_copy_1_copy_2_copy_4_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_1_copy_2_copy_4_copy_5", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_1_copy_2_copy_4_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_1_copy_2_copy_4_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_1_copy_2_copy_4_copy_5": { + "type": "page_element_copy_1_copy_2_copy_4_copy_5", + "items": [ + { + "type": "title_text_copy_1_copy_2_copy_4_copy_5", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_1_copy_2_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_1_copy_2_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_1_copy_2_copy_4_copy_5", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_1_copy_2_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_1_copy_2_copy_4_copy_5", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_1_copy_2_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_1_copy_2_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_1_copy_2_copy_4_copy_5", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_1_copy_2_copy_4_copy_5": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_1_copy_2_copy_4_copy_5": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_1_copy_2_copy_4_copy_5" + }, + { + "type": "tab_pager_copy_1_copy_2_copy_4_copy_5", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_1_copy_2_copy_4_copy_5", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_3_copy_4_copy_5": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_3_copy_4_copy_5": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_3_copy_4_copy_5": { + "type": "base_text_copy_3_copy_4_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_3_copy_4_copy_5": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_3_copy_4_copy_5": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_3_copy_4_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_3_copy_4_copy_5": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_3_copy_4_copy_5": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_3_copy_4_copy_5": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_3_copy_4_copy_5": { + "type": "page_element_copy_3_copy_4_copy_5" + }, + "list_item_copy_3_copy_4_copy_5": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_3_copy_4_copy_5", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_3_copy_4_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_3_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_3_copy_4_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_3_copy_4_copy_5", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_3_copy_4_copy_5": { + "type": "page_element_copy_3_copy_4_copy_5", + "items": [ + { + "type": "title_text_copy_3_copy_4_copy_5", + "$text": "post_title" + }, + { + "type": "base_text_copy_3_copy_4_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_3_copy_4_copy_5", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_3_copy_4_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_3_copy_4_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_3_copy_4_copy_5": { + "type": "page_element_copy_3_copy_4_copy_5", + "items": [ + { + "type": "title_text_copy_3_copy_4_copy_5", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_3_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_3_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_3_copy_4_copy_5", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_3_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_3_copy_4_copy_5", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_3_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_3_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_3_copy_4_copy_5", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_3_copy_4_copy_5": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_3_copy_4_copy_5": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_3_copy_4_copy_5" + }, + { + "type": "tab_pager_copy_3_copy_4_copy_5", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_3_copy_4_copy_5", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_1_copy_3_copy_4_copy_5": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_1_copy_3_copy_4_copy_5": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_1_copy_3_copy_4_copy_5": { + "type": "base_text_copy_1_copy_3_copy_4_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_1_copy_3_copy_4_copy_5": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_1_copy_3_copy_4_copy_5": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_1_copy_3_copy_4_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_1_copy_3_copy_4_copy_5": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_1_copy_3_copy_4_copy_5": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_1_copy_3_copy_4_copy_5": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_1_copy_3_copy_4_copy_5": { + "type": "page_element_copy_1_copy_3_copy_4_copy_5" + }, + "list_item_copy_1_copy_3_copy_4_copy_5": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_1_copy_3_copy_4_copy_5", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_1_copy_3_copy_4_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_1_copy_3_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_1_copy_3_copy_4_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_1_copy_3_copy_4_copy_5", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_1_copy_3_copy_4_copy_5": { + "type": "page_element_copy_1_copy_3_copy_4_copy_5", + "items": [ + { + "type": "title_text_copy_1_copy_3_copy_4_copy_5", + "$text": "post_title" + }, + { + "type": "base_text_copy_1_copy_3_copy_4_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_1_copy_3_copy_4_copy_5", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_1_copy_3_copy_4_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_1_copy_3_copy_4_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_1_copy_3_copy_4_copy_5": { + "type": "page_element_copy_1_copy_3_copy_4_copy_5", + "items": [ + { + "type": "title_text_copy_1_copy_3_copy_4_copy_5", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_1_copy_3_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_1_copy_3_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_1_copy_3_copy_4_copy_5", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_1_copy_3_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_1_copy_3_copy_4_copy_5", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_1_copy_3_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_1_copy_3_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_1_copy_3_copy_4_copy_5", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_1_copy_3_copy_4_copy_5": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_1_copy_3_copy_4_copy_5": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_1_copy_3_copy_4_copy_5" + }, + { + "type": "tab_pager_copy_1_copy_3_copy_4_copy_5", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_1_copy_3_copy_4_copy_5", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_2_copy_3_copy_4_copy_5": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_2_copy_3_copy_4_copy_5": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_2_copy_3_copy_4_copy_5": { + "type": "base_text_copy_2_copy_3_copy_4_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_2_copy_3_copy_4_copy_5": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_2_copy_3_copy_4_copy_5": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_2_copy_3_copy_4_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_2_copy_3_copy_4_copy_5": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_2_copy_3_copy_4_copy_5": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_2_copy_3_copy_4_copy_5": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_2_copy_3_copy_4_copy_5": { + "type": "page_element_copy_2_copy_3_copy_4_copy_5" + }, + "list_item_copy_2_copy_3_copy_4_copy_5": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_2_copy_3_copy_4_copy_5", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_2_copy_3_copy_4_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_2_copy_3_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_2_copy_3_copy_4_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_2_copy_3_copy_4_copy_5", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_2_copy_3_copy_4_copy_5": { + "type": "page_element_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "title_text_copy_2_copy_3_copy_4_copy_5", + "$text": "post_title" + }, + { + "type": "base_text_copy_2_copy_3_copy_4_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_2_copy_3_copy_4_copy_5", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_2_copy_3_copy_4_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_2_copy_3_copy_4_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_2_copy_3_copy_4_copy_5": { + "type": "page_element_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "title_text_copy_2_copy_3_copy_4_copy_5", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_2_copy_3_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_2_copy_3_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_2_copy_3_copy_4_copy_5", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_2_copy_3_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_2_copy_3_copy_4_copy_5", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_2_copy_3_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_2_copy_3_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_2_copy_3_copy_4_copy_5", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_2_copy_3_copy_4_copy_5": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_2_copy_3_copy_4_copy_5": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_2_copy_3_copy_4_copy_5" + }, + { + "type": "tab_pager_copy_2_copy_3_copy_4_copy_5", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_2_copy_3_copy_4_copy_5", + "$text": "button_text", + "$action": "button_action" + } + ] + }, + "base_text_copy_1_copy_2_copy_3_copy_4_copy_5": { + "type": "text", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + "base_separator_copy_1_copy_2_copy_3_copy_4_copy_5": { + "type": "separator", + "delimiter_style": { + "color": "#00000000" + } + }, + "title_text_copy_1_copy_2_copy_3_copy_4_copy_5": { + "type": "base_text_copy_1_copy_2_copy_3_copy_4_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center" + }, + "base_input_copy_1_copy_2_copy_3_copy_4_copy_5": { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}" + }, + "card_header_copy_1_copy_2_copy_3_copy_4_copy_5": { + "type": "container", + "orientation": "horizontal", + "items": [ + { + "type": "base_text_copy_1_copy_2_copy_3_copy_4_copy_5", + "paddings": { + "left": "@{padding.left}", + "top": 12, + "right": "@{padding.right}", + "bottom": 4 + }, + "font_size": 20, + "font_weight": "regular", + "$text": "header_text" + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 40 + }, + "height": { + "type": "fixed", + "value": 40 + }, + "paddings": { + "left": 4, + "top": 12, + "right": 12, + "bottom": 4 + }, + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/menu.png", + "action": { + "log_id": "benchmark/menu", + "menu_items": [ + { + "text": "Menu item 1", + "action": { + "log_id": "benchmark/menu/item_1", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 2", + "action": { + "log_id": "benchmark/menu/item_2", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 3", + "action": { + "log_id": "benchmark/menu/item_3", + "url": "@{empty_action}" + } + }, + { + "text": "Menu item 4", + "action": { + "log_id": "benchmark/menu/item_4", + "url": "@{empty_action}" + } + } + ] + } + } + ] + }, + "tab_pager_copy_1_copy_2_copy_3_copy_4_copy_5": { + "type": "tabs", + "has_separator": "@{true}", + "separator_color": "@{dark_sky}", + "separator_paddings": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tab_title_style": { + "paddings": { + "left": 12, + "top": 8, + "right": 12, + "bottom": 8 + }, + "active_text_color": "@{dark_sky}", + "inactive_text_color": "#ECF0F1", + "active_background_color": "@{mint_green}", + "inactive_background_color": "#00000000" + }, + "title_paddings": { + "left": "@{padding.left}", + "top": 8, + "right": "@{padding.right}", + "bottom": 16 + } + }, + "page_copy_1_copy_2_copy_3_copy_4_copy_5": { + "type": "gallery", + "height": { + "type": "match_parent" + }, + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16 + }, + "page_element_copy_1_copy_2_copy_3_copy_4_copy_5": { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + } + }, + "list_copy_1_copy_2_copy_3_copy_4_copy_5": { + "type": "page_element_copy_1_copy_2_copy_3_copy_4_copy_5" + }, + "list_item_copy_1_copy_2_copy_3_copy_4_copy_5": { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "items": [ + { + "type": "base_separator_copy_1_copy_2_copy_3_copy_4_copy_5", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "$color": "indicator_color" + } + ] + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "$image_url": "icon_url" + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_4_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "$text": "title" + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "$text": "counter" + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_4_copy_5", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "$text": "subtitle" + }, + { + "type": "base_separator_copy_1_copy_2_copy_3_copy_4_copy_5", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ] + } + ] + }, + "post_copy_1_copy_2_copy_3_copy_4_copy_5": { + "type": "page_element_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "title_text_copy_1_copy_2_copy_3_copy_4_copy_5", + "$text": "post_title" + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_4_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "$text": "post_text" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "$action": "post_quote_action", + "items": [ + { + "type": "base_separator_copy_1_copy_2_copy_3_copy_4_copy_5", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + } + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_4_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "$text": "post_quote" + } + ] + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_4_copy_5", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "$text": "post_tags", + "$ranges": "post_tag_spans" + } + ] + }, + "form_copy_1_copy_2_copy_3_copy_4_copy_5": { + "type": "page_element_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "title_text_copy_1_copy_2_copy_3_copy_4_copy_5", + "$text": "form_title" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "base_text_copy_1_copy_2_copy_3_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_1" + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "$text": "top_input_title_2" + }, + { + "type": "base_input_copy_1_copy_2_copy_3_copy_4_copy_5", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "$text_variable": "top_input_variable" + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "middle_input_title" + }, + { + "type": "base_input_copy_1_copy_2_copy_3_copy_4_copy_5", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "$text_variable": "middle_input_variable" + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "$text": "bottom_input_title_1" + }, + { + "type": "base_text_copy_1_copy_2_copy_3_copy_4_copy_5", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "$text": "bottom_input_title_2" + }, + { + "type": "base_input_copy_1_copy_2_copy_3_copy_4_copy_5", + "native_interface": { + "color": "@{vivid_orange}" + }, + "$text_variable": "bottom_input_variable" + } + ] + } + ] + }, + "button_copy_1_copy_2_copy_3_copy_4_copy_5": { + "type": "text", + "height": { + "type": "fixed", + "value": 48 + }, + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "border": { + "corner_radius": 4 + }, + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_alignment_vertical": "center", + "text_color": "@{dark_sky}" + }, + "benchmark_card_copy_1_copy_2_copy_3_copy_4_copy_5": { + "type": "container", + "height": { + "type": "match_parent" + }, + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "border": { + "corner_radius": 8, + "has_shadow": 1 + }, + "items": [ + { + "type": "card_header_copy_1_copy_2_copy_3_copy_4_copy_5" + }, + { + "type": "tab_pager_copy_1_copy_2_copy_3_copy_4_copy_5", + "height": { + "type": "match_parent" + }, + "$items": "pages" + }, + { + "type": "separator", + "delimiter_style": { + "color": "@{dark_sky}" + } + }, + { + "type": "button_copy_1_copy_2_copy_3_copy_4_copy_5", + "$text": "button_text", + "$action": "button_action" + } + ] } }, "card": { "log_id": "benchmark", "variables": [ { - "name": "counter", - "type": "integer", - "value": 1 + "name": "text_var", + "type": "string", + "value": "'text variable value'" }, { "name": "empty_action", "type": "url", "value": "action://none" }, + { + "name": "true", + "type": "boolean", + "value": 1 + }, { "name": "padding.left", "type": "integer", - "value": 20 + "value": 16 }, { "name": "padding.right", "type": "integer", - "value": 20 + "value": 16 }, { "name": "sky_blue", @@ -693,9 +18196,9 @@ { "state_id": 0, "div": { - "type": "benchmark_card", + "type": "benchmark_card_copy_1_copy_2_copy_3_copy_4_copy_5", "header_text": "Benchmark card", - "button_text": "Counter: @{counter}", + "button_text": "button with text from @{text_var}", "button_action": { "log_id": "benchmark/button", "url": "@{empty_action}" @@ -704,13 +18207,13 @@ { "title": "Page 1", "div": { - "type": "page", + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -722,7 +18225,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -734,7 +18237,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -746,7 +18249,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -760,13 +18263,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -778,10 +18313,10 @@ "bottom_input_variable": "bottom_input_var" }, { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -793,7 +18328,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -805,7 +18340,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -817,7 +18352,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -831,13 +18366,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -849,10 +18416,10 @@ "bottom_input_variable": "bottom_input_var" }, { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -864,7 +18431,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -876,7 +18443,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -888,7 +18455,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -902,13 +18469,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -920,10 +18519,10 @@ "bottom_input_variable": "bottom_input_var" }, { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -935,7 +18534,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -947,7 +18546,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -959,7 +18558,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -973,13 +18572,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -996,13 +18627,13 @@ { "title": "Page 2", "div": { - "type": "page", + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1014,7 +18645,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1026,7 +18657,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1038,7 +18669,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1052,13 +18683,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -1070,10 +18733,10 @@ "bottom_input_variable": "bottom_input_var" }, { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1085,7 +18748,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1097,7 +18760,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1109,7 +18772,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1123,13 +18786,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -1141,10 +18836,10 @@ "bottom_input_variable": "bottom_input_var" }, { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1156,7 +18851,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1168,7 +18863,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1180,7 +18875,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1194,13 +18889,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -1212,10 +18939,10 @@ "bottom_input_variable": "bottom_input_var" }, { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1227,7 +18954,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1239,7 +18966,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1251,7 +18978,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1265,13 +18992,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -1288,13 +19047,13 @@ { "title": "Page 3", "div": { - "type": "page", + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1306,7 +19065,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1318,7 +19077,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1330,7 +19089,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1344,13 +19103,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -1362,10 +19153,10 @@ "bottom_input_variable": "bottom_input_var" }, { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1377,7 +19168,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1389,7 +19180,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1401,7 +19192,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1415,13 +19206,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -1433,10 +19256,10 @@ "bottom_input_variable": "bottom_input_var" }, { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1448,7 +19271,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1460,7 +19283,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1472,7 +19295,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1486,13 +19309,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -1504,10 +19359,10 @@ "bottom_input_variable": "bottom_input_var" }, { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1519,7 +19374,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1531,7 +19386,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1543,7 +19398,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1557,13 +19412,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -1580,13 +19467,13 @@ { "title": "Page 4", "div": { - "type": "page", + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1598,7 +19485,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1610,7 +19497,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1622,7 +19509,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1636,13 +19523,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -1654,10 +19573,10 @@ "bottom_input_variable": "bottom_input_var" }, { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1669,7 +19588,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1681,7 +19600,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1693,7 +19612,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1707,13 +19626,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -1725,10 +19676,10 @@ "bottom_input_variable": "bottom_input_var" }, { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1740,7 +19691,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1752,7 +19703,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1764,7 +19715,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1778,13 +19729,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -1796,10 +19779,10 @@ "bottom_input_variable": "bottom_input_var" }, { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1811,7 +19794,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1823,7 +19806,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1835,7 +19818,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1849,13 +19832,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -1872,13 +19887,13 @@ { "title": "Page 5", "div": { - "type": "page", + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1890,7 +19905,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1902,7 +19917,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1914,7 +19929,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1928,13 +19943,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -1946,10 +19993,10 @@ "bottom_input_variable": "bottom_input_var" }, { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1961,7 +20008,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1973,7 +20020,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1985,7 +20032,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -1999,13 +20046,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -2017,10 +20096,10 @@ "bottom_input_variable": "bottom_input_var" }, { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2032,7 +20111,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2044,7 +20123,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2056,7 +20135,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2070,13 +20149,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -2088,10 +20199,10 @@ "bottom_input_variable": "bottom_input_var" }, { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2103,7 +20214,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2115,7 +20226,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2127,7 +20238,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2141,13 +20252,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -2164,13 +20307,13 @@ { "title": "Page 6", "div": { - "type": "page", + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2182,7 +20325,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2194,7 +20337,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2206,7 +20349,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2220,13 +20363,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -2238,10 +20413,10 @@ "bottom_input_variable": "bottom_input_var" }, { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2253,7 +20428,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2265,7 +20440,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2277,7 +20452,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2291,13 +20466,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -2309,10 +20516,10 @@ "bottom_input_variable": "bottom_input_var" }, { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2324,7 +20531,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2336,7 +20543,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2348,7 +20555,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2362,13 +20569,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -2380,10 +20619,10 @@ "bottom_input_variable": "bottom_input_var" }, { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2395,7 +20634,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2407,7 +20646,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2419,7 +20658,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2433,13 +20672,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -2456,13 +20727,13 @@ { "title": "Page 7", "div": { - "type": "page", + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2474,7 +20745,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2486,7 +20757,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2498,7 +20769,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2512,13 +20783,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -2530,10 +20833,10 @@ "bottom_input_variable": "bottom_input_var" }, { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2545,7 +20848,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2557,7 +20860,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2569,7 +20872,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2583,13 +20886,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -2601,10 +20936,10 @@ "bottom_input_variable": "bottom_input_var" }, { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2616,7 +20951,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2628,7 +20963,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2640,7 +20975,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2654,13 +20989,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -2672,10 +21039,10 @@ "bottom_input_variable": "bottom_input_var" }, { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2687,7 +21054,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2699,7 +21066,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2711,7 +21078,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2725,13 +21092,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -2748,13 +21147,13 @@ { "title": "Page 8", "div": { - "type": "page", + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2766,7 +21165,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2778,7 +21177,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2790,7 +21189,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2804,13 +21203,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -2822,10 +21253,10 @@ "bottom_input_variable": "bottom_input_var" }, { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2837,7 +21268,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2849,7 +21280,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2861,7 +21292,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2875,13 +21306,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -2893,10 +21356,10 @@ "bottom_input_variable": "bottom_input_var" }, { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2908,7 +21371,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2920,7 +21383,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2932,7 +21395,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2946,13 +21409,45 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" - }, - { - "type": "form", + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -2964,10 +21459,10 @@ "bottom_input_variable": "bottom_input_var" }, { - "type": "block_with_grids", + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", "items": [ { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{sky_blue}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2979,7 +21474,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{mint_green}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -2991,7 +21486,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "#@{golden_dragon}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -3003,7 +21498,7 @@ } }, { - "type": "list_item", + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", "indicator_color": "@{vivid_orange}", "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", "title": "Item title", @@ -3017,13 +21512,17685 @@ ] }, { - "type": "block_with_variables" + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] }, { - "type": "block_with_invisible_items" + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 1", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] }, { - "type": "form", + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 1", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 1", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 1", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 1", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 1", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 1", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 1", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 1", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 1", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 1", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 1", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 1", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 2", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 1", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 2", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 1", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 2", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 1", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 2", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 1", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 2", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 1", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 2", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 3", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 1", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 2", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 3", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 1", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 2", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 3", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 1", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 2", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 3", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 1", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 2", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 3", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 4", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 1", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 2", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 3", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + } + ] + } + }, + { + "title": "Page 4", + "div": { + "type": "page_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", + "form_title": "FORM TITLE", + "top_input_title_1": "Long top input title 1", + "top_input_title_2": "Long top input title 2", + "top_input_variable": "top_input_var", + "middle_input_title": "Middle input title", + "middle_input_variable": "middle_input_var", + "bottom_input_title_1": "Bottom", + "bottom_input_title_2": "input_title", + "bottom_input_variable": "bottom_input_var" + }, + { + "type": "list_copy_1_copy_2_copy_3_copy_4_copy_5", + "items": [ + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{sky_blue}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{mint_green}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "#@{golden_dragon}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + } + }, + { + "type": "list_item_copy_1_copy_2_copy_3_copy_4_copy_5", + "indicator_color": "@{vivid_orange}", + "icon_url": "file:///android_asset/images/benchmark/list_item_icon.png", + "title": "Item title", + "subtitle": "Item subtitle", + "counter": "1K", + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + } + } + ] + }, + { + "type": "post_copy_1_copy_2_copy_3_copy_4_copy_5", + "post_title": "POST TITLE", + "post_text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'", + "post_quote_action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "post_tags": "#lorem #ipsum #dolor #sit #amet", + "post_tag_spans": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + }, + { + "type": "form_copy_1_copy_2_copy_3_copy_4_copy_5", "form_title": "FORM TITLE", "top_input_title_1": "Long top input title 1", "top_input_title_2": "Long top input title 2", @@ -3042,4 +39209,4 @@ } ] } -} +} \ No newline at end of file diff --git a/test_data/perf_test_data/without_templates.json b/test_data/perf_test_data/without_templates.json index 4fdf4bf8f..6fa24b314 100644 --- a/test_data/perf_test_data/without_templates.json +++ b/test_data/perf_test_data/without_templates.json @@ -1,4 +1,5 @@ { + "templates": {}, "card": { "log_id": "benchmark", "variables": [ @@ -90,6 +91,154 @@ "bottom": 8 }, "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + }, { "type": "solid", "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" @@ -99,6 +248,9 @@ "corner_radius": 8, "has_shadow": 1 }, + "height": { + "type": "match_parent" + }, "items": [ { "type": "container", @@ -199,6 +351,9 @@ "right": "@{padding.right}", "bottom": 16 }, + "height": { + "type": "match_parent" + }, "items": [ { "title": "Page 1", @@ -218,6 +373,9 @@ "type": "fixed", "value": 224 }, + "height": { + "type": "match_parent" + }, "background": [ { "type": "solid", @@ -344,6 +502,130 @@ "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", "text": "Item subtitle" }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, { "type": "separator", "width": { @@ -482,6 +764,130 @@ "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", "text": "Item subtitle" }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, { "type": "separator", "width": { @@ -816,18 +1222,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -1668,18 +2123,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -2520,18 +3024,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -3372,18 +3925,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -4239,18 +4841,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -5091,18 +5742,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -5943,18 +6643,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -6795,18 +7544,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -7662,18 +8460,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -8514,18 +9361,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -9366,18 +10262,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -10218,18 +11163,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -11085,18 +12079,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -11937,18 +12980,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -12789,18 +13881,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -13641,18 +14782,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -14508,18 +15698,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -15360,18 +16599,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -16212,18 +17500,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -17064,18 +18401,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -17931,18 +19317,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -18783,18 +20218,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -19635,18 +21119,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -20487,18 +22020,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -21354,18 +22936,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -22206,18 +23837,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -23058,18 +24738,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -23910,18 +25639,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -24777,18 +26555,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -25629,18 +27456,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -26481,18 +28357,67 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -27333,18 +29258,29022 @@ "font_weight": "medium", "text_alignment_horizontal": "center", "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "VARIABLES" + "text": "POST TITLE" }, { "type": "text", "margins": { "left": "@{padding.left}", "top": 16, - "right": "@{padding.right}" + "right": "@{padding.right}", + "bottom": 16 }, "line_height": 16, "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "empty_action: '@{empty_action}'\ntrue: '@{true}'\npadding.left: '@{padding.left}'\npadding.right: '@{padding.right}'\nsky_blue: '@{sky_blue}'\nmint_green: '@{mint_green}'\ndark_sky: '@{dark_sky}'\ngolden_dragon: '@{golden_dragon}'\nmedium_sea_green: '@{medium_sea_green}'\nvivid_orange: '@{vivid_orange}'\ncinnabar: '@{cinnabar}'" + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + } + ] + } + }, + { + "title": "Page 1", + "div": { + "type": "gallery", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16, + "items": [ + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + } + ] + } + }, + { + "title": "Page 2", + "div": { + "type": "gallery", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16, + "items": [ + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + } + ] + } + }, + { + "title": "Page 3", + "div": { + "type": "gallery", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16, + "items": [ + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + } + ] + } + }, + { + "title": "Page 4", + "div": { + "type": "gallery", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16, + "items": [ + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + } + ] + } + }, + { + "title": "Page 5", + "div": { + "type": "gallery", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16, + "items": [ + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + } + ] + } + }, + { + "title": "Page 6", + "div": { + "type": "gallery", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16, + "items": [ + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + } + ] + } + }, + { + "title": "Page 7", + "div": { + "type": "gallery", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16, + "items": [ + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + } + ] + } + }, + { + "title": "Page 8", + "div": { + "type": "gallery", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "item_spacing": 16, + "items": [ + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "#lorem #ipsum #dolor #sit #amet", + "ranges": [ + { + "start": 0, + "end": 6, + "text_color": "@{mint_green}" + }, + { + "start": 7, + "end": 13, + "text_color": "@{medium_sea_green}" + }, + { + "start": 14, + "end": 20, + "text_color": "#@{golden_dragon}" + }, + { + "start": 21, + "end": 25, + "text_color": "@{vivid_orange}" + }, + { + "start": 26, + "end": 31, + "text_color": "@{cinnabar}" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "FORM TITLE" + }, + { + "type": "container", + "orientation": "horizontal", + "layout_mode": "wrap", + "separator": { + "show_at_start": true, + "style": { + "type": "shape_drawable", + "shape": { + "type": "rounded_rectangle", + "item_width": { + "type": "fixed", + "value": 8 + }, + "item_height": { + "type": "fixed", + "value": 8 + }, + "corner_radius": { + "type": "fixed", + "value": 4 + } + }, + "color": "@{sky_blue}" + } + }, + "items": [ + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 1", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "line_height": 16, + "text": "Long top input title 2", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "border": { + "corner_radius": 8, + "stroke": { + "color": "#@{golden_dragon}" + } + }, + "text_variable": "top_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Middle input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "#@{golden_dragon}" + }, + "text_variable": "middle_input_var" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "margins": { + "left": "@{padding.left}" + }, + "line_height": 16, + "text": "Bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "line_height": 16, + "text": "input title", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" + }, + { + "type": "input", + "margins": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "paddings": { + "left": 8, + "top": 8, + "right": 8, + "bottom": 8 + }, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "hint_text": "Hint text", + "hint_color": "#@{golden_dragon}", + "native_interface": { + "color": "@{vivid_orange}" + }, + "text_variable": "bottom_input_var" + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_1", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_2", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{mint_green}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_3", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "#@{golden_dragon}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + }, + { + "type": "grid", + "height": { + "type": "fixed", + "value": 64 + }, + "column_count": 4, + "action": { + "log_id": "benchmark/list_item_4", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 4 + }, + "height": { + "type": "match_parent" + }, + "row_span": 3, + "background": [ + { + "type": "solid", + "color": "@{vivid_orange}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "image", + "width": { + "type": "fixed", + "value": 32 + }, + "height": { + "type": "fixed", + "value": 32 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "row_span": 2, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "placeholder_color": "#00000000", + "image_url": "file:///android_asset/images/benchmark/list_item_icon.png" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_size": 14, + "text_alignment_vertical": "bottom", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Item title" + }, + { + "type": "text", + "width": { + "type": "wrap_content" + }, + "height": { + "type": "fixed", + "value": 24 + }, + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "paddings": { + "left": 8, + "right": 8 + }, + "alignment_horizontal": "center", + "alignment_vertical": "center", + "row_span": 2, + "background": [ + { + "type": "solid", + "color": "@{cinnabar}" + } + ], + "border": { + "corner_radius": 12 + }, + "font_weight": "medium", + "text_alignment_vertical": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "1K" + }, + { + "type": "text", + "width": { + "type": "match_parent", + "weight": 1 + }, + "height": { + "type": "match_parent", + "weight": 1 + }, + "font_weight": "medium", + "text_alignment_vertical": "top", + "text_color": "@{setColorBlue(setColorGreen(setColorRed(setColorAlpha(rgb(0.0, 0.0, 0.0), 1.0), 0.7412), 0.7647), 0.7804)}", + "text": "Item subtitle" + }, + { + "type": "separator", + "width": { + "type": "match_parent" + }, + "height": { + "type": "fixed", + "value": 1 + }, + "column_span": 3, + "background": [ + { + "type": "solid", + "color": "@{rgb(div(mul(3.0, 16.0) + 4.0, 255.0), div(mul(4.0, 16.0) + 9.0, 255.0), div(mul(5.0, 16.0) + 14.0, 255.0))}" + } + ], + "delimiter_style": { + "color": "#00000000" + } + } + ] + } + ] + }, + { + "type": "container", + "width": { + "type": "fixed", + "value": 224 + }, + "background": [ + { + "type": "solid", + "color": "@{dark_sky}" + } + ], + "border": { + "corner_radius": 8 + }, + "items": [ + { + "type": "text", + "paddings": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "font_size": 16, + "font_weight": "medium", + "text_alignment_horizontal": "center", + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "POST TITLE" + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 16, + "right": "@{padding.right}", + "bottom": 16 + }, + "line_height": 16, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + }, + { + "type": "container", + "margins": { + "left": "@{padding.left}", + "right": "@{padding.right}" + }, + "orientation": "horizontal", + "action": { + "log_id": "benchmark/post_quote", + "url": "@{empty_action}" + }, + "items": [ + { + "type": "separator", + "width": { + "type": "fixed", + "value": 2 + }, + "height": { + "type": "match_parent" + }, + "background": [ + { + "type": "solid", + "color": "@{sky_blue}" + } + ], + "border": { + "corner_radius": 1 + }, + "delimiter_style": { + "color": "#00000000" + } + }, + { + "type": "text", + "margins": { + "left": "@{padding.left}", + "top": 8, + "bottom": 8 + }, + "line_height": 16, + "max_lines": 3, + "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", + "text": "Variables concatenation. empty_action: '@{empty_action}' \n true: '@{true}' \n left: '@{padding.left}' \n right: '@{padding.right}' \n sky_blue: '@{sky_blue}' \n mint_green: '@{mint_green}' \n dark_sky: '@{dark_sky}' \n golden_dragon: '@{golden_dragon}' \n medium_sea_green: '@{medium_sea_green}' \n vivid_orange: '@{vivid_orange}' \n cinnabar: '@{cinnabar}' \n cinnabar: '@{cinnabar}'" + } + ] }, { "type": "text", @@ -27629,4 +58558,4 @@ } ] } -} +} \ No newline at end of file