From 11aefb4d53f960520a071b7fb4ca2c19c1e260a8 Mon Sep 17 00:00:00 2001 From: i-ts Date: Mon, 20 Oct 2025 15:17:02 +0300 Subject: [PATCH] discard Div2PerformanceTest in favor of Div2MultiplatformPerformanceTest commit_hash:e7f411dc30e7f76e87a2d8284bd560cf62adc74e --- .mapping.json | 3 - .../yandex/div/steps/DivHistogramsSteps.kt | 4 +- .../div2-perf/benchmark-with-templates.json | 39212 ----------- .../benchmark-without-templates.json | 58561 ---------------- .../div/Div2MultiplatformPerformanceTest.kt | 122 - .../perftests/div/Div2PerformanceTest.kt | 10 +- .../div/Div2RecyclingPerformanceTest.kt | 2 +- .../perftests/div/DivStorageCardsLoadTest.kt | 4 +- 8 files changed, 11 insertions(+), 97907 deletions(-) delete mode 100644 client/android/divkit-demo-app/src/main/assets/div2-perf/benchmark-with-templates.json delete mode 100644 client/android/divkit-demo-app/src/main/assets/div2-perf/benchmark-without-templates.json delete mode 100644 client/android/divkit-perftests/src/androidTest/java/com/yandex/morda/perftests/div/Div2MultiplatformPerformanceTest.kt diff --git a/.mapping.json b/.mapping.json index ad5399a48..157f6155f 100644 --- a/.mapping.json +++ b/.mapping.json @@ -1725,8 +1725,6 @@ "client/android/divkit-demo-app/src/main/assets/application/menu-land.json":"divkit/public/client/android/divkit-demo-app/src/main/assets/application/menu-land.json", "client/android/divkit-demo-app/src/main/assets/application/menu.json":"divkit/public/client/android/divkit-demo-app/src/main/assets/application/menu.json", "client/android/divkit-demo-app/src/main/assets/application/settings.json":"divkit/public/client/android/divkit-demo-app/src/main/assets/application/settings.json", - "client/android/divkit-demo-app/src/main/assets/div2-perf/benchmark-with-templates.json":"divkit/public/client/android/divkit-demo-app/src/main/assets/div2-perf/benchmark-with-templates.json", - "client/android/divkit-demo-app/src/main/assets/div2-perf/benchmark-without-templates.json":"divkit/public/client/android/divkit-demo-app/src/main/assets/div2-perf/benchmark-without-templates.json", "client/android/divkit-demo-app/src/main/assets/div2-perf/rebind-multiple-structure-changes.json":"divkit/public/client/android/divkit-demo-app/src/main/assets/div2-perf/rebind-multiple-structure-changes.json", "client/android/divkit-demo-app/src/main/assets/div2-perf/rebind-no-structure-changes.json":"divkit/public/client/android/divkit-demo-app/src/main/assets/div2-perf/rebind-no-structure-changes.json", "client/android/divkit-demo-app/src/main/assets/div2-perf/rebind-original-layout.json":"divkit/public/client/android/divkit-demo-app/src/main/assets/div2-perf/rebind-original-layout.json", @@ -13021,7 +13019,6 @@ "client/android/divkit-perftests/src/androidTest/java/com/yandex/divkit/perftests/CompileBaselineProfileUtils.kt":"divkit/public/client/android/divkit-perftests/src/androidTest/java/com/yandex/divkit/perftests/CompileBaselineProfileUtils.kt", "client/android/divkit-perftests/src/androidTest/java/com/yandex/divkit/perftests/Utils.kt":"divkit/public/client/android/divkit-perftests/src/androidTest/java/com/yandex/divkit/perftests/Utils.kt", "client/android/divkit-perftests/src/androidTest/java/com/yandex/morda/perftests/div/Div2BasePerformanceTest.kt":"divkit/public/client/android/divkit-perftests/src/androidTest/java/com/yandex/morda/perftests/div/Div2BasePerformanceTest.kt", - "client/android/divkit-perftests/src/androidTest/java/com/yandex/morda/perftests/div/Div2MultiplatformPerformanceTest.kt":"divkit/public/client/android/divkit-perftests/src/androidTest/java/com/yandex/morda/perftests/div/Div2MultiplatformPerformanceTest.kt", "client/android/divkit-perftests/src/androidTest/java/com/yandex/morda/perftests/div/Div2PerformanceTest.kt":"divkit/public/client/android/divkit-perftests/src/androidTest/java/com/yandex/morda/perftests/div/Div2PerformanceTest.kt", "client/android/divkit-perftests/src/androidTest/java/com/yandex/morda/perftests/div/Div2RebindPerformanceTest.kt":"divkit/public/client/android/divkit-perftests/src/androidTest/java/com/yandex/morda/perftests/div/Div2RebindPerformanceTest.kt", "client/android/divkit-perftests/src/androidTest/java/com/yandex/morda/perftests/div/Div2RecyclingPerformanceTest.kt":"divkit/public/client/android/divkit-perftests/src/androidTest/java/com/yandex/morda/perftests/div/Div2RecyclingPerformanceTest.kt", diff --git a/client/android/divkit-demo-app/src/androidTest/java/com/yandex/div/steps/DivHistogramsSteps.kt b/client/android/divkit-demo-app/src/androidTest/java/com/yandex/div/steps/DivHistogramsSteps.kt index d125a18b8..6262d691e 100644 --- a/client/android/divkit-demo-app/src/androidTest/java/com/yandex/div/steps/DivHistogramsSteps.kt +++ b/client/android/divkit-demo-app/src/androidTest/java/com/yandex/div/steps/DivHistogramsSteps.kt @@ -94,8 +94,8 @@ internal class HistogramsAwaiter(private val expectedHistograms: Set) { private fun createIntent(): Intent { return Intent() - .putExtra(EXTRA_ASSET_NAME, "div2-perf/benchmark-with-templates.json") - .putExtra(EXTRA_REBIND_ASSET_NAME, "div2-perf/benchmark-with-templates.json") + .putExtra(EXTRA_ASSET_NAME, "perf_test_data/with_templates.json") + .putExtra(EXTRA_REBIND_ASSET_NAME, "perf_test_data/with_templates.json") } private val COLD_WARM_HISTOGRAMS = setOf( diff --git a/client/android/divkit-demo-app/src/main/assets/div2-perf/benchmark-with-templates.json b/client/android/divkit-demo-app/src/main/assets/div2-perf/benchmark-with-templates.json deleted file mode 100644 index 020404a51..000000000 --- a/client/android/divkit-demo-app/src/main/assets/div2-perf/benchmark-with-templates.json +++ /dev/null @@ -1,39212 +0,0 @@ -{ - "templates": { - "base_text": { - "type": "text", - "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}" - }, - "base_separator": { - "type": "separator", - "delimiter_style": { - "color": "#00000000" - } - }, - "title_text": { - "type": "base_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" - }, - "base_input": { - "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": { - "type": "container", - "orientation": "horizontal", - "items": [ - { - "type": "base_text", - "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": { - "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": { - "type": "gallery", - "height": { - "type": "match_parent" - }, - "paddings": { - "left": "@{padding.left}", - "top": 16, - "right": "@{padding.right}", - "bottom": 16 - }, - "item_spacing": 16 - }, - "page_element": { - "type": "container", - "width": { - "type": "fixed", - "value": 224 - }, - "height": { - "type": "match_parent" - }, - "background": [ - { - "type": "solid", - "color": "@{dark_sky}" - } - ], - "border": { - "corner_radius": 8 - } - }, - "list": { - "type": "page_element" - }, - "list_item": { - "type": "grid", - "height": { - "type": "fixed", - "value": 64 - }, - "column_count": 4, - "items": [ - { - "type": "base_separator", - "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", - "width": { - "type": "match_parent", - "weight": 1 - }, - "height": { - "type": "match_parent", - "weight": 1 - }, - "font_size": 14, - "text_alignment_vertical": "bottom", - "$text": "title" - }, - { - "type": "base_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": "counter" - }, - { - "type": "base_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": "subtitle" - }, - { - "type": "base_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))}" - } - ] - } - ] - }, - "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": [ - { - "type": "title_text", - "$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", - "width": { - "type": "wrap_content" - }, - "margins": { - "left": "@{padding.left}", - "right": "@{padding.right}" - }, - "line_height": 16, - "$text": "top_input_title_1" - }, - { - "type": "base_text", - "width": { - "type": "wrap_content" - }, - "margins": { - "left": "@{padding.left}", - "right": "@{padding.right}" - }, - "line_height": 16, - "$text": "top_input_title_2" - }, - { - "type": "base_input", - "border": { - "corner_radius": 8, - "stroke": { - "color": "#@{golden_dragon}" - } - }, - "$text_variable": "top_input_variable" - }, - { - "type": "base_text", - "width": { - "type": "wrap_content" - }, - "margins": { - "left": "@{padding.left}" - }, - "line_height": 16, - "$text": "middle_input_title" - }, - { - "type": "base_input", - "native_interface": { - "color": "#@{golden_dragon}" - }, - "$text_variable": "middle_input_variable" - }, - { - "type": "base_text", - "width": { - "type": "wrap_content" - }, - "margins": { - "left": "@{padding.left}" - }, - "line_height": 16, - "$text": "bottom_input_title_1" - }, - { - "type": "base_text", - "width": { - "type": "wrap_content" - }, - "line_height": 16, - "$text": "bottom_input_title_2" - }, - { - "type": "base_input", - "native_interface": { - "color": "@{vivid_orange}" - }, - "$text_variable": "bottom_input_variable" - } - ] - } - ] - }, - "button": { - "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": { - "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" - }, - { - "type": "tab_pager", - "height": { - "type": "match_parent" - }, - "$items": "pages" - }, - { - "type": "separator", - "delimiter_style": { - "color": "@{dark_sky}" - } - }, - { - "type": "button", - "$text": "button_text", - "$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": "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": 16 - }, - { - "name": "padding.right", - "type": "integer", - "value": 16 - }, - { - "name": "sky_blue", - "type": "color", - "value": "#3498DB" - }, - { - "name": "mint_green", - "type": "color", - "value": "#1ABC9C" - }, - { - "name": "dark_sky", - "type": "color", - "value": "#2C3E50" - }, - { - "name": "golden_dragon", - "type": "string", - "value": "F1C40F" - }, - { - "name": "medium_sea_green", - "type": "string", - "value": "#2ECC71" - }, - { - "name": "vivid_orange", - "type": "color", - "value": "#E67E22" - }, - { - "name": "cinnabar", - "type": "string", - "value": "#E74C3C" - }, - { - "name": "top_input_var", - "type": "string", - "value": "top input variable value" - }, - { - "name": "middle_input_var", - "type": "string", - "value": "middle input variable value" - }, - { - "name": "bottom_input_var", - "type": "string", - "value": "" - } - ], - "states": [ - { - "state_id": 0, - "div": { - "type": "benchmark_card_copy_1_copy_2_copy_3_copy_4_copy_5", - "header_text": "Benchmark card", - "button_text": "button with text from @{text_var}", - "button_action": { - "log_id": "benchmark/button", - "url": "@{empty_action}" - }, - "pages": [ - { - "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 5", - "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 6", - "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 7", - "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 8", - "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 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", - "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" - } - ] - } - } - ] - } - } - ] - } -} \ No newline at end of file diff --git a/client/android/divkit-demo-app/src/main/assets/div2-perf/benchmark-without-templates.json b/client/android/divkit-demo-app/src/main/assets/div2-perf/benchmark-without-templates.json deleted file mode 100644 index 6fa24b314..000000000 --- a/client/android/divkit-demo-app/src/main/assets/div2-perf/benchmark-without-templates.json +++ /dev/null @@ -1,58561 +0,0 @@ -{ - "templates": {}, - "card": { - "log_id": "benchmark", - "variables": [ - { - "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": 16 - }, - { - "name": "padding.right", - "type": "integer", - "value": 16 - }, - { - "name": "sky_blue", - "type": "color", - "value": "#3498DB" - }, - { - "name": "mint_green", - "type": "color", - "value": "#1ABC9C" - }, - { - "name": "dark_sky", - "type": "color", - "value": "#2C3E50" - }, - { - "name": "golden_dragon", - "type": "string", - "value": "F1C40F" - }, - { - "name": "medium_sea_green", - "type": "string", - "value": "#2ECC71" - }, - { - "name": "vivid_orange", - "type": "color", - "value": "#E67E22" - }, - { - "name": "cinnabar", - "type": "string", - "value": "#E74C3C" - }, - { - "name": "top_input_var", - "type": "string", - "value": "top input variable value" - }, - { - "name": "middle_input_var", - "type": "string", - "value": "middle input variable value" - }, - { - "name": "bottom_input_var", - "type": "string", - "value": "" - } - ], - "states": [ - { - "state_id": 0, - "div": { - "type": "container", - "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))}" - }, - { - "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))}" - } - ], - "border": { - "corner_radius": 8, - "has_shadow": 1 - }, - "height": { - "type": "match_parent" - }, - "items": [ - { - "type": "container", - "orientation": "horizontal", - "items": [ - { - "type": "text", - "paddings": { - "left": "@{padding.left}", - "top": 12, - "right": "@{padding.right}", - "bottom": 4 - }, - "font_size": 20, - "font_weight": "regular", - "text_color": "@{argb(getColorAlpha('#FFECF0F1'), getColorRed('#FFECF0F1'), getColorGreen('#FFECF0F1'), getColorBlue('#FFECF0F1'))}", - "text": "Benchmark card" - }, - { - "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}" - } - } - ] - } - } - ] - }, - { - "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 - }, - "height": { - "type": "match_parent" - }, - "items": [ - { - "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": "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": "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", - "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", - "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": "separator", - "delimiter_style": { - "color": "@{dark_sky}" - } - }, - { - "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}", - "text": "button with text from @{text_var}", - "action": { - "log_id": "benchmark/button", - "url": "@{empty_action}" - } - } - ] - } - } - ] - } -} \ No newline at end of file diff --git a/client/android/divkit-perftests/src/androidTest/java/com/yandex/morda/perftests/div/Div2MultiplatformPerformanceTest.kt b/client/android/divkit-perftests/src/androidTest/java/com/yandex/morda/perftests/div/Div2MultiplatformPerformanceTest.kt deleted file mode 100644 index 76f27890e..000000000 --- a/client/android/divkit-perftests/src/androidTest/java/com/yandex/morda/perftests/div/Div2MultiplatformPerformanceTest.kt +++ /dev/null @@ -1,122 +0,0 @@ -package com.yandex.morda.perftests.div - -import androidx.test.uiautomator.By -import androidx.test.uiautomator.Until -import com.yandex.divkit.perftests.DIV_BENCHMARK_ACTIVITY -import com.yandex.divkit.perftests.PACKAGE_NAME -import com.yandex.divkit.perftests.divBenchmarkActivityExtras -import com.yandex.divkit.perftests.report -import com.yandex.divkit.perftests.startActivity -import com.yandex.perftests.runner.PerfTest -import com.yandex.perftests.runner.PerfTestParameter -import org.junit.Before -import org.junit.Test - -@PerfTest( - packageName = PACKAGE_NAME, - description = "Div2 multiplatform performance test", - owners = ["vyaivanove"], - defaultRepeat = 50, - timeoutSeconds = 4000 -) -class Div2MultiplatformPerformanceTest : Div2BasePerformanceTest() { - @Before - fun setUp() { - utils.forceStop() - } - - @PerfTestParameter( - importantMetrics = [ - "Div.Parsing.Total.Cold", - "Div.Parsing.Total.Warm", - "Div.Binding.Cold", - "Div.Binding.Warm", - "Div.Render.Total.Cold", - "Div.Render.Total.Warm", - ] - ) - @Test - fun expressions() = run("expressions") - - @PerfTestParameter( - importantMetrics = [ - "Div.Parsing.Total.Cold", - "Div.Parsing.Total.Warm", - "Div.Parsing.Data.Cold", - "Div.Parsing.Data.Warm", - "Div.Binding.Cold", - "Div.Render.Total.Cold", - ] - ) - @Test - fun prototypes() = run("prototypes") - - @PerfTestParameter( - importantMetrics = [ - "Div.Parsing.Total.Cold", - "Div.Parsing.Total.Warm", - "Div.Parsing.Data.Cold", - "Div.Parsing.Data.Warm", - "Div.Binding.Cold", - "Div.Binding.Warm", - "Div.Render.Total.Cold", - "Div.Render.Total.Warm", - ] - ) - @Test - fun withTemplates() = run("with_templates") - - @PerfTestParameter( - importantMetrics = [ - "Div.Parsing.JSON.Cold", - //"Div.Parsing.JSON.Warm", // Generates unstable results at some perf-tests. - "Div.Parsing.Total.Cold", - "Div.Parsing.Total.Warm", - "Div.Parsing.Data.Cold", - "Div.Parsing.Data.Warm", - "Div.Binding.Cold", - "Div.Binding.Warm", - "Div.Render.Total.Cold", - "Div.Render.Total.Warm", - ] - ) - @Test - fun withoutTemplates() = run("without_templates") - - private fun run(testName: String) { - utils.run { - report(packageName = PACKAGE_NAME, tag = testName) { - startActivity( - packageName = PACKAGE_NAME, - activityClass = DIV_BENCHMARK_ACTIVITY, - extras = divBenchmarkActivityExtras( - assetName = "perf_test_data/$testName.json" - ), - waitCondition = Until.findObject(By.textContains("Finished")) - ) - } - - waitAllMetrics( - "Div.Parsing.JSON.Cold", - "Div.Parsing.JSON.Warm", - "Div.Parsing.Total.Cold", - "Div.Parsing.Total.Warm", - "Div.Parsing.Data.Cold", - "Div.Parsing.Data.Warm", - "Div.Context.Create.Cold", - "Div.View.Create.Cold", - "Div.View.Create.Warm", - "Div.Binding.Cold", - "Div.Binding.Warm", - "Div.Render.Measure.Cold", - "Div.Render.Measure.Warm", - "Div.Render.Layout.Cold", - "Div.Render.Layout.Warm", - "Div.Render.Draw.Cold", - "Div.Render.Draw.Warm", - "Div.Render.Total.Cold", - "Div.Render.Total.Warm", - ) - } - } -} diff --git a/client/android/divkit-perftests/src/androidTest/java/com/yandex/morda/perftests/div/Div2PerformanceTest.kt b/client/android/divkit-perftests/src/androidTest/java/com/yandex/morda/perftests/div/Div2PerformanceTest.kt index 4536f9673..62aec8e48 100644 --- a/client/android/divkit-perftests/src/androidTest/java/com/yandex/morda/perftests/div/Div2PerformanceTest.kt +++ b/client/android/divkit-perftests/src/androidTest/java/com/yandex/morda/perftests/div/Div2PerformanceTest.kt @@ -28,6 +28,7 @@ class Div2PerformanceTest : Div2BasePerformanceTest() { @PerfTestParameter( importantMetrics = [ "Div.Binding.Cold", + "Div.Binding.Warm", "Div.Parsing.Data.Cold", "Div.Parsing.Data.Warm", "Div.Parsing.JSON.Cold", @@ -47,7 +48,7 @@ class Div2PerformanceTest : Div2BasePerformanceTest() { packageName = PACKAGE_NAME, activityClass = DIV_BENCHMARK_ACTIVITY, extras = divBenchmarkActivityExtras( - assetName = "div2-perf/benchmark-with-templates.json" + assetName = "perf_test_data/with_templates.json" ), waitCondition = Until.findObject(By.textContains("Finished")) ) @@ -81,8 +82,9 @@ class Div2PerformanceTest : Div2BasePerformanceTest() { @PerfTestParameter( importantMetrics = [ - //"Div.Binding.Cold", // Generates unstable results at some perf-tests. - //"Div.Parsing.Data.Cold", // Generates unstable results at some perf-tests. + "Div.Binding.Cold", + "Div.Binding.Warm", + "Div.Parsing.Data.Cold", //"Div.Parsing.Data.Warm", // Generates unstable results at some perf-tests. "Div.Parsing.JSON.Cold", //"Div.Parsing.JSON.Warm", // Generates unstable results at some perf-tests. @@ -100,7 +102,7 @@ class Div2PerformanceTest : Div2BasePerformanceTest() { packageName = PACKAGE_NAME, activityClass = DIV_BENCHMARK_ACTIVITY, extras = divBenchmarkActivityExtras( - assetName = "div2-perf/benchmark-without-templates.json" + assetName = "perf_test_data/without_templates.json" ), waitCondition = Until.findObject(By.textContains("Finished")) ) diff --git a/client/android/divkit-perftests/src/androidTest/java/com/yandex/morda/perftests/div/Div2RecyclingPerformanceTest.kt b/client/android/divkit-perftests/src/androidTest/java/com/yandex/morda/perftests/div/Div2RecyclingPerformanceTest.kt index 444ed5256..0e017cf33 100644 --- a/client/android/divkit-perftests/src/androidTest/java/com/yandex/morda/perftests/div/Div2RecyclingPerformanceTest.kt +++ b/client/android/divkit-perftests/src/androidTest/java/com/yandex/morda/perftests/div/Div2RecyclingPerformanceTest.kt @@ -22,7 +22,7 @@ import org.junit.Test timeoutSeconds = 3000 ) class Div2RecyclingPerformanceTest : Div2BasePerformanceTest() { - private var assets = arrayOf("div2-perf/benchmark-with-templates.json") + private var assets = arrayOf("perf_test_data/with_templates.json") @Before fun setUp() { diff --git a/client/android/divkit-perftests/src/androidTest/java/com/yandex/morda/perftests/div/DivStorageCardsLoadTest.kt b/client/android/divkit-perftests/src/androidTest/java/com/yandex/morda/perftests/div/DivStorageCardsLoadTest.kt index c972d0772..6d5964c82 100644 --- a/client/android/divkit-perftests/src/androidTest/java/com/yandex/morda/perftests/div/DivStorageCardsLoadTest.kt +++ b/client/android/divkit-perftests/src/androidTest/java/com/yandex/morda/perftests/div/DivStorageCardsLoadTest.kt @@ -39,7 +39,7 @@ class DivStorageCardsLoadTest: Div2BasePerformanceTest() { packageName = PACKAGE_NAME, activityClass = DIV_STORAGE_BENCHMARK_ACTIVITY, extras = divStorageBenchmarkActivityExtras( - assetNames = arrayOf("div2-perf/benchmark-with-templates.json", + assetNames = arrayOf("perf_test_data/with_templates.json", "div2-perf/state-benchmark-multiple-change.json"), prohibitedHistograms = arrayOf("Storage.Templates.Load", "com.yandex.divkit.demo.Storage.Templates.Parsing", @@ -70,7 +70,7 @@ class DivStorageCardsLoadTest: Div2BasePerformanceTest() { packageName = PACKAGE_NAME, activityClass = DIV_STORAGE_BENCHMARK_ACTIVITY, extras = divStorageBenchmarkActivityExtras( - assetNames = arrayOf("div2-perf/benchmark-without-templates.json", + assetNames = arrayOf("perf_test_data/without_templates.json", "div2-perf/state-benchmark-multiple-change.json"), prohibitedHistograms = arrayOf("Storage.Templates.Load", "Storage.Templates.Parsing",