From 173ce431929b0d2cf07f65c0a75e1b39baa0a8b1 Mon Sep 17 00:00:00 2001 From: John Knox Date: Wed, 12 Jun 2019 03:25:20 -0700 Subject: [PATCH] Add sample app layout snapshot test Summary: This is fairly experimental. The test passes, but I don't know how stable it will be when litho changes for example. However, it's easy to exclude specific attributes from the hierarchy, so maybe we can iterate if it breaks at first. It just takes a snapshot of the layout hierarchy from headless flipper, and compares it to it's known one. To run it: `cd headless-tests && DEVICE=emulator-5554 yarn test` while you have the sample app running on an emulator. To update the snapshots, just add `-u` to the end of that command. Reviewed By: danielbuechele Differential Revision: D15715674 fbshipit-source-id: 4fe6f83b60f8003d48aceb6468d93c075e6c38b8 --- .../headlessIntegrationTests.js.snap | 32 +++++ .../__tests__/headlessIntegrationTests.js | 117 ++++++++++++++++++ headless-tests/package.json | 1 + headless-tests/yarn.lock | 5 + 4 files changed, 155 insertions(+) create mode 100644 headless-tests/__tests__/__snapshots__/headlessIntegrationTests.js.snap diff --git a/headless-tests/__tests__/__snapshots__/headlessIntegrationTests.js.snap b/headless-tests/__tests__/__snapshots__/headlessIntegrationTests.js.snap new file mode 100644 index 000000000..1c6f3c686 --- /dev/null +++ b/headless-tests/__tests__/__snapshots__/headlessIntegrationTests.js.snap @@ -0,0 +1,32 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Sample app layout hierarchy matches snapshot 1`] = ` +Array [ + "{\\"attributes\\":[],\\"children\\":[\\"PLACEHOLDER\\",\\"PLACEHOLDER\\"],\\"data\\":{\\"View\\":{\\"alpha\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"background\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"c\\",\\"1\\":\\"o\\",\\"2\\":\\"l\\",\\"3\\":\\"o\\",\\"4\\":\\"r\\"},\\"value\\":{}},\\"bounds\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"elevation\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{}},\\"foreground\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"c\\",\\"1\\":\\"o\\",\\"2\\":\\"l\\",\\"3\\":\\"o\\",\\"4\\":\\"r\\"},\\"value\\":{}},\\"height\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"keyedTags\\":{},\\"layoutDirection\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"layoutParams\\":{\\"gravity\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"},\\"height\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"},\\"margin\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"width\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"padding\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"pivot\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"position\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"rotation\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"scale\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"state\\":{\\"activated\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"enabled\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"focused\\":{},\\"selected\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false}},\\"tag\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"}},\\"textAlignment\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"textDirection\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"translation\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"visibility\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"width\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}}},\\"ViewGroup\\":{\\"clipChildren\\":{\\"__mutable__\\":true,\\"__type__\\":\\"boolean\\",\\"value\\":true},\\"clipToPadding\\":{\\"__mutable__\\":true,\\"__type__\\":\\"boolean\\",\\"value\\":true},\\"layoutMode\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"LAYOUT_MODE_CLIP_BOUNDS\\"}}},\\"extraInfo\\":{\\"focused\\":false,\\"hasAXNode\\":true},\\"id\\":\\"PLACEHOLDER\\",\\"name\\":\\"LinearLayout\\"}", + "{\\"attributes\\":[],\\"children\\":[\\"PLACEHOLDER\\"],\\"data\\":{\\"LithoView\\":{\\"mountbounds\\":\\"PLACEHOLDER\\"},\\"View\\":{\\"alpha\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"background\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"c\\",\\"1\\":\\"o\\",\\"2\\":\\"l\\",\\"3\\":\\"o\\",\\"4\\":\\"r\\"},\\"value\\":{}},\\"bounds\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"elevation\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{}},\\"foreground\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"c\\",\\"1\\":\\"o\\",\\"2\\":\\"l\\",\\"3\\":\\"o\\",\\"4\\":\\"r\\"},\\"value\\":{}},\\"height\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"keyedTags\\":{},\\"layoutDirection\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"layoutParams\\":{\\"gravity\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"},\\"height\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"},\\"margin\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"width\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"padding\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"pivot\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"position\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"rotation\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"scale\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"state\\":{\\"activated\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"enabled\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"focused\\":{},\\"selected\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false}},\\"tag\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"}},\\"textAlignment\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"textDirection\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"translation\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"visibility\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"width\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}}},\\"ViewGroup\\":{\\"clipChildren\\":{\\"__mutable__\\":true,\\"__type__\\":\\"boolean\\",\\"value\\":true},\\"clipToPadding\\":{\\"__mutable__\\":true,\\"__type__\\":\\"boolean\\",\\"value\\":true},\\"layoutMode\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"LAYOUT_MODE_CLIP_BOUNDS\\"}}},\\"extraInfo\\":{\\"focused\\":false,\\"hasAXNode\\":true},\\"id\\":\\"PLACEHOLDER\\",\\"name\\":\\"LithoView\\"}", + "{\\"attributes\\":[],\\"children\\":[\\"PLACEHOLDER\\"],\\"data\\":{\\"View\\":{\\"alpha\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"background\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"c\\",\\"1\\":\\"o\\",\\"2\\":\\"l\\",\\"3\\":\\"o\\",\\"4\\":\\"r\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"bounds\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"elevation\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{}},\\"foreground\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"c\\",\\"1\\":\\"o\\",\\"2\\":\\"l\\",\\"3\\":\\"o\\",\\"4\\":\\"r\\"},\\"value\\":{}},\\"height\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"keyedTags\\":{},\\"layoutDirection\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"layoutParams\\":{\\"height\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"},\\"width\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"padding\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"pivot\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"position\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"rotation\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"scale\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"state\\":{\\"activated\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"enabled\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"focused\\":{},\\"selected\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false}},\\"tag\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"}},\\"textAlignment\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"textDirection\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"translation\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"visibility\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"width\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}}},\\"ViewGroup\\":{\\"clipChildren\\":{\\"__mutable__\\":true,\\"__type__\\":\\"boolean\\",\\"value\\":true},\\"clipToPadding\\":{\\"__mutable__\\":true,\\"__type__\\":\\"boolean\\",\\"value\\":true},\\"layoutMode\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"LAYOUT_MODE_CLIP_BOUNDS\\"}}},\\"extraInfo\\":{\\"focused\\":false,\\"hasAXNode\\":true},\\"id\\":\\"PLACEHOLDER\\",\\"name\\":\\"DecorView\\"}", + "{\\"attributes\\":[],\\"children\\":[\\"PLACEHOLDER\\"],\\"data\\":{\\"View\\":{\\"alpha\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"background\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"c\\",\\"1\\":\\"o\\",\\"2\\":\\"l\\",\\"3\\":\\"o\\",\\"4\\":\\"r\\"},\\"value\\":{}},\\"bounds\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"elevation\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{}},\\"foreground\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"c\\",\\"1\\":\\"o\\",\\"2\\":\\"l\\",\\"3\\":\\"o\\",\\"4\\":\\"r\\"},\\"value\\":{}},\\"height\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"keyedTags\\":{},\\"layoutDirection\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"layoutParams\\":{\\"gravity\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"},\\"height\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"},\\"margin\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"weight\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"width\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"padding\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"pivot\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"position\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"rotation\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"scale\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"state\\":{\\"activated\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"enabled\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"focused\\":{},\\"selected\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false}},\\"tag\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"}},\\"textAlignment\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"textDirection\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"translation\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"visibility\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"width\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}}},\\"ViewGroup\\":{\\"clipChildren\\":{\\"__mutable__\\":true,\\"__type__\\":\\"boolean\\",\\"value\\":true},\\"clipToPadding\\":{\\"__mutable__\\":true,\\"__type__\\":\\"boolean\\",\\"value\\":true},\\"layoutMode\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"LAYOUT_MODE_CLIP_BOUNDS\\"}}},\\"extraInfo\\":{\\"focused\\":false,\\"hasAXNode\\":true},\\"id\\":\\"PLACEHOLDER\\",\\"name\\":\\"FrameLayout\\"}", + "{\\"attributes\\":[],\\"children\\":[\\"PLACEHOLDER\\"],\\"data\\":{},\\"extraInfo\\":{\\"hasAXNode\\":true},\\"id\\":\\"PLACEHOLDER\\",\\"name\\":\\"com.facebook.flipper.sample\\"}", + "{\\"attributes\\":[],\\"children\\":[\\"PLACEHOLDER\\"],\\"data\\":{},\\"extraInfo\\":{},\\"id\\":\\"PLACEHOLDER\\",\\"name\\":\\"MainActivity\\"}", + "{\\"attributes\\":[],\\"children\\":[\\"PLACEHOLDER\\"],\\"data\\":{},\\"extraInfo\\":{},\\"id\\":\\"PLACEHOLDER\\",\\"name\\":\\"PhoneWindow\\"}", + "{\\"attributes\\":[],\\"children\\":[],\\"data\\":{\\"Drawable\\":{\\"alpha\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}}},\\"extraInfo\\":{},\\"id\\":\\"PLACEHOLDER\\",\\"name\\":\\"TextDrawable\\"}", + "{\\"attributes\\":[],\\"children\\":[],\\"data\\":{\\"Drawable\\":{\\"alpha\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}}},\\"extraInfo\\":{},\\"id\\":\\"PLACEHOLDER\\",\\"name\\":\\"TextDrawable\\"}", + "{\\"attributes\\":[],\\"children\\":[],\\"data\\":{\\"Drawable\\":{\\"alpha\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}}},\\"extraInfo\\":{},\\"id\\":\\"PLACEHOLDER\\",\\"name\\":\\"TextDrawable\\"}", + "{\\"attributes\\":[],\\"children\\":[],\\"data\\":{\\"Drawable\\":{\\"alpha\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}}},\\"extraInfo\\":{},\\"id\\":\\"PLACEHOLDER\\",\\"name\\":\\"TextDrawable\\"}", + "{\\"attributes\\":[],\\"children\\":[],\\"data\\":{\\"Drawable\\":{\\"alpha\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}}},\\"extraInfo\\":{},\\"id\\":\\"PLACEHOLDER\\",\\"name\\":\\"TextDrawable\\"}", + "{\\"attributes\\":[],\\"children\\":[],\\"data\\":{\\"TextView\\":{\\"text\\":{\\"__mutable__\\":true,\\"__type__\\":\\"text\\",\\"value\\":\\"Flipper\\"},\\"textColor\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":-570425344},\\"textSize\\":{\\"__mutable__\\":true,\\"__type__\\":\\"number\\",\\"value\\":20}},\\"View\\":{\\"alpha\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"background\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"c\\",\\"1\\":\\"o\\",\\"2\\":\\"l\\",\\"3\\":\\"o\\",\\"4\\":\\"r\\"},\\"value\\":{}},\\"bounds\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"elevation\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{}},\\"foreground\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"c\\",\\"1\\":\\"o\\",\\"2\\":\\"l\\",\\"3\\":\\"o\\",\\"4\\":\\"r\\"},\\"value\\":{}},\\"height\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"keyedTags\\":{},\\"layoutDirection\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"layoutParams\\":{\\"height\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"},\\"margin\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"width\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"padding\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"pivot\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"position\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"rotation\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"scale\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"state\\":{\\"activated\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"enabled\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"focused\\":{},\\"selected\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false}},\\"tag\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"}},\\"textAlignment\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"textDirection\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"translation\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"visibility\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"width\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}}}},\\"extraInfo\\":{\\"focused\\":false,\\"hasAXNode\\":true},\\"id\\":\\"PLACEHOLDER\\",\\"name\\":\\"AppCompatTextView\\"}", + "{\\"attributes\\":[],\\"children\\":[],\\"data\\":{\\"View\\":{\\"alpha\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"background\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"c\\",\\"1\\":\\"o\\",\\"2\\":\\"l\\",\\"3\\":\\"o\\",\\"4\\":\\"r\\"},\\"value\\":{}},\\"bounds\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"elevation\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{}},\\"foreground\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"c\\",\\"1\\":\\"o\\",\\"2\\":\\"l\\",\\"3\\":\\"o\\",\\"4\\":\\"r\\"},\\"value\\":{}},\\"height\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"keyedTags\\":{},\\"layoutDirection\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"layoutParams\\":{\\"height\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"},\\"margin\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"width\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"padding\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"pivot\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"position\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"rotation\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"scale\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"state\\":{\\"activated\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"enabled\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"focused\\":{},\\"selected\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false}},\\"tag\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"}},\\"textAlignment\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"textDirection\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"translation\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"visibility\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"width\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{}}},\\"ViewGroup\\":{\\"clipChildren\\":{\\"__mutable__\\":true,\\"__type__\\":\\"boolean\\",\\"value\\":true},\\"clipToPadding\\":{\\"__mutable__\\":true,\\"__type__\\":\\"boolean\\",\\"value\\":true},\\"layoutMode\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"LAYOUT_MODE_CLIP_BOUNDS\\"}}},\\"extraInfo\\":{\\"focused\\":false,\\"hasAXNode\\":true},\\"id\\":\\"PLACEHOLDER\\",\\"name\\":\\"ActionMenuView\\"}", + "{\\"attributes\\":[{\\"name\\":\\"id\\",\\"value\\":\\"@android:id/action_mode_bar_stub\\"}],\\"children\\":[],\\"data\\":{\\"View\\":{\\"alpha\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"background\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"c\\",\\"1\\":\\"o\\",\\"2\\":\\"l\\",\\"3\\":\\"o\\",\\"4\\":\\"r\\"},\\"value\\":{}},\\"bounds\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"elevation\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{}},\\"foreground\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"c\\",\\"1\\":\\"o\\",\\"2\\":\\"l\\",\\"3\\":\\"o\\",\\"4\\":\\"r\\"},\\"value\\":{}},\\"height\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{}},\\"keyedTags\\":{},\\"layoutDirection\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"layoutParams\\":{\\"gravity\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"},\\"height\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"},\\"margin\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"weight\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"width\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"padding\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"pivot\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"position\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"rotation\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"scale\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"state\\":{\\"activated\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"enabled\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"focused\\":{},\\"selected\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false}},\\"tag\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"}},\\"textAlignment\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"textDirection\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"translation\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"visibility\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"width\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{}}}},\\"extraInfo\\":{\\"focused\\":false,\\"hasAXNode\\":true},\\"id\\":\\"PLACEHOLDER\\",\\"name\\":\\"ViewStub\\"}", + "{\\"attributes\\":[{\\"name\\":\\"id\\",\\"value\\":\\"@android:id/content\\"}],\\"children\\":[\\"PLACEHOLDER\\"],\\"data\\":{\\"View\\":{\\"alpha\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"background\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"c\\",\\"1\\":\\"o\\",\\"2\\":\\"l\\",\\"3\\":\\"o\\",\\"4\\":\\"r\\"},\\"value\\":{}},\\"bounds\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"elevation\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{}},\\"foreground\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"c\\",\\"1\\":\\"o\\",\\"2\\":\\"l\\",\\"3\\":\\"o\\",\\"4\\":\\"r\\"},\\"value\\":{}},\\"height\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"keyedTags\\":{},\\"layoutDirection\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"layoutParams\\":{\\"height\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"},\\"margin\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"width\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"padding\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"pivot\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"position\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"rotation\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"scale\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"state\\":{\\"activated\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"enabled\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"focused\\":{},\\"selected\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false}},\\"tag\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"}},\\"textAlignment\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"textDirection\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"translation\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"visibility\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"width\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}}},\\"ViewGroup\\":{\\"clipChildren\\":{\\"__mutable__\\":true,\\"__type__\\":\\"boolean\\",\\"value\\":true},\\"clipToPadding\\":{\\"__mutable__\\":true,\\"__type__\\":\\"boolean\\",\\"value\\":true},\\"layoutMode\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"LAYOUT_MODE_CLIP_BOUNDS\\"}}},\\"extraInfo\\":{\\"focused\\":false,\\"hasAXNode\\":true},\\"id\\":\\"PLACEHOLDER\\",\\"name\\":\\"ContentFrameLayout\\"}", + "{\\"attributes\\":[{\\"name\\":\\"id\\",\\"value\\":\\"@id/action_bar\\"}],\\"children\\":[\\"PLACEHOLDER\\",\\"PLACEHOLDER\\"],\\"data\\":{\\"View\\":{\\"alpha\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"background\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"c\\",\\"1\\":\\"o\\",\\"2\\":\\"l\\",\\"3\\":\\"o\\",\\"4\\":\\"r\\"},\\"value\\":{}},\\"bounds\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"elevation\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{}},\\"foreground\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"c\\",\\"1\\":\\"o\\",\\"2\\":\\"l\\",\\"3\\":\\"o\\",\\"4\\":\\"r\\"},\\"value\\":{}},\\"height\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"keyedTags\\":{},\\"layoutDirection\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"layoutParams\\":{\\"gravity\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"},\\"height\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"},\\"margin\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"width\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"padding\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"pivot\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"position\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"rotation\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"scale\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"state\\":{\\"activated\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"enabled\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"focused\\":{},\\"selected\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false}},\\"tag\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"}},\\"textAlignment\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"textDirection\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"translation\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"visibility\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"width\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}}},\\"ViewGroup\\":{\\"clipChildren\\":{\\"__mutable__\\":true,\\"__type__\\":\\"boolean\\",\\"value\\":true},\\"clipToPadding\\":{\\"__mutable__\\":true,\\"__type__\\":\\"boolean\\",\\"value\\":true},\\"layoutMode\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"LAYOUT_MODE_CLIP_BOUNDS\\"}}},\\"extraInfo\\":{\\"focused\\":false,\\"hasAXNode\\":true},\\"id\\":\\"PLACEHOLDER\\",\\"name\\":\\"Toolbar\\"}", + "{\\"attributes\\":[{\\"name\\":\\"id\\",\\"value\\":\\"@id/action_bar_container\\"}],\\"children\\":[\\"PLACEHOLDER\\",\\"PLACEHOLDER\\"],\\"data\\":{\\"View\\":{\\"alpha\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"background\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"c\\",\\"1\\":\\"o\\",\\"2\\":\\"l\\",\\"3\\":\\"o\\",\\"4\\":\\"r\\"},\\"value\\":{}},\\"bounds\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"elevation\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"foreground\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"c\\",\\"1\\":\\"o\\",\\"2\\":\\"l\\",\\"3\\":\\"o\\",\\"4\\":\\"r\\"},\\"value\\":{}},\\"height\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"keyedTags\\":{},\\"layoutDirection\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"layoutParams\\":{\\"height\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"},\\"margin\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"width\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"padding\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"pivot\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"position\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"rotation\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"scale\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"state\\":{\\"activated\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"enabled\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"focused\\":{},\\"selected\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false}},\\"tag\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"}},\\"textAlignment\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"textDirection\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"translation\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"visibility\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"width\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}}},\\"ViewGroup\\":{\\"clipChildren\\":{\\"__mutable__\\":true,\\"__type__\\":\\"boolean\\",\\"value\\":true},\\"clipToPadding\\":{\\"__mutable__\\":true,\\"__type__\\":\\"boolean\\",\\"value\\":true},\\"layoutMode\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"LAYOUT_MODE_CLIP_BOUNDS\\"}}},\\"extraInfo\\":{\\"focused\\":false,\\"hasAXNode\\":true},\\"id\\":\\"PLACEHOLDER\\",\\"name\\":\\"ActionBarContainer\\"}", + "{\\"attributes\\":[{\\"name\\":\\"id\\",\\"value\\":\\"@id/action_context_bar\\"}],\\"children\\":[],\\"data\\":{\\"View\\":{\\"alpha\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"background\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"c\\",\\"1\\":\\"o\\",\\"2\\":\\"l\\",\\"3\\":\\"o\\",\\"4\\":\\"r\\"},\\"value\\":{}},\\"bounds\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"elevation\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{}},\\"foreground\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"c\\",\\"1\\":\\"o\\",\\"2\\":\\"l\\",\\"3\\":\\"o\\",\\"4\\":\\"r\\"},\\"value\\":{}},\\"height\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{}},\\"keyedTags\\":{},\\"layoutDirection\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"layoutParams\\":{\\"gravity\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"},\\"height\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"},\\"margin\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"width\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"padding\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"pivot\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"position\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"rotation\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"scale\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"state\\":{\\"activated\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"enabled\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"focused\\":{},\\"selected\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false}},\\"tag\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"}},\\"textAlignment\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"textDirection\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"translation\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"visibility\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"width\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{}}},\\"ViewGroup\\":{\\"clipChildren\\":{\\"__mutable__\\":true,\\"__type__\\":\\"boolean\\",\\"value\\":true},\\"clipToPadding\\":{\\"__mutable__\\":true,\\"__type__\\":\\"boolean\\",\\"value\\":true},\\"layoutMode\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"LAYOUT_MODE_CLIP_BOUNDS\\"}}},\\"extraInfo\\":{\\"focused\\":false,\\"hasAXNode\\":true},\\"id\\":\\"PLACEHOLDER\\",\\"name\\":\\"ActionBarContextView\\"}", + "{\\"attributes\\":[{\\"name\\":\\"id\\",\\"value\\":\\"@id/decor_content_parent\\"}],\\"children\\":[\\"PLACEHOLDER\\",\\"PLACEHOLDER\\"],\\"data\\":{\\"View\\":{\\"alpha\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"background\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"c\\",\\"1\\":\\"o\\",\\"2\\":\\"l\\",\\"3\\":\\"o\\",\\"4\\":\\"r\\"},\\"value\\":{}},\\"bounds\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"elevation\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{}},\\"foreground\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"c\\",\\"1\\":\\"o\\",\\"2\\":\\"l\\",\\"3\\":\\"o\\",\\"4\\":\\"r\\"},\\"value\\":{}},\\"height\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"keyedTags\\":{},\\"layoutDirection\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"layoutParams\\":{\\"gravity\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"},\\"height\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"},\\"margin\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"width\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"padding\\":{\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"pivot\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"position\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"rotation\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"scale\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"}},\\"state\\":{\\"activated\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"enabled\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"PLACEHOLDER\\"},\\"focused\\":{},\\"selected\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false}},\\"tag\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"}},\\"textAlignment\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"textDirection\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"translation\\":{\\"x\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"y\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"z\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0}},\\"visibility\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"e\\",\\"1\\":\\"n\\",\\"2\\":\\"u\\",\\"3\\":\\"m\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}},\\"width\\":{\\"__mutable__\\":{},\\"__type__\\":{\\"0\\":\\"a\\",\\"1\\":\\"u\\",\\"2\\":\\"t\\",\\"3\\":\\"o\\"},\\"value\\":{\\"0\\":\\"P\\",\\"1\\":\\"L\\",\\"10\\":\\"R\\",\\"2\\":\\"A\\",\\"3\\":\\"C\\",\\"4\\":\\"E\\",\\"5\\":\\"H\\",\\"6\\":\\"O\\",\\"7\\":\\"L\\",\\"8\\":\\"D\\",\\"9\\":\\"E\\"}}},\\"ViewGroup\\":{\\"clipChildren\\":{\\"__mutable__\\":true,\\"__type__\\":\\"boolean\\",\\"value\\":true},\\"clipToPadding\\":{\\"__mutable__\\":true,\\"__type__\\":\\"boolean\\",\\"value\\":true},\\"layoutMode\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"LAYOUT_MODE_CLIP_BOUNDS\\"}}},\\"extraInfo\\":{\\"focused\\":false,\\"hasAXNode\\":true},\\"id\\":\\"PLACEHOLDER\\",\\"name\\":\\"ActionBarOverlayLayout\\"}", + "{\\"attributes\\":[{\\"name\\":\\"key\\",\\"value\\":\\"1\\"}],\\"children\\":[\\"PLACEHOLDER\\",\\"PLACEHOLDER\\",\\"PLACEHOLDER\\",\\"PLACEHOLDER\\",\\"PLACEHOLDER\\"],\\"data\\":{\\"Layout\\":{\\"align-content\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"STRETCH\\"},\\"align-items\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"STRETCH\\"},\\"align-self\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"AUTO\\"},\\"aspect-ratio\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"background\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":0},\\"border\\":{\\"all\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"end\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"horizontal\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"start\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"vertical\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"}},\\"direction\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"LTR\\"},\\"flex-basis\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"auto\\"},\\"flex-direction\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"COLUMN\\"},\\"flex-grow\\":{\\"__mutable__\\":true,\\"__type__\\":\\"number\\",\\"value\\":0},\\"flex-shrink\\":{\\"__mutable__\\":true,\\"__type__\\":\\"number\\",\\"value\\":1},\\"foreground\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":0},\\"height\\":\\"PLACEHOLDER\\",\\"justify-content\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"FLEX_START\\"},\\"margin\\":{\\"all\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"end\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"horizontal\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"start\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"vertical\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"}},\\"max-height\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"max-width\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"min-height\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"min-width\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"padding\\":{\\"all\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"end\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"horizontal\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"start\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"vertical\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"}},\\"position\\":{\\"all\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"end\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"horizontal\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"start\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"vertical\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"}},\\"position-type\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"RELATIVE\\"},\\"width\\":\\"PLACEHOLDER\\"},\\"State\\":{\\"displayImage\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false}}},\\"decoration\\":\\"litho\\",\\"extraInfo\\":{\\"linkedAXNode\\":\\"PLACEHOLDER\\"},\\"id\\":\\"PLACEHOLDER\\",\\"name\\":\\"RootComponent\\"}", + "{\\"attributes\\":[{\\"name\\":\\"key\\",\\"value\\":\\"1\\"}],\\"children\\":[\\"PLACEHOLDER\\"],\\"data\\":{\\"Layout\\":{\\"align-content\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"STRETCH\\"},\\"align-items\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"STRETCH\\"},\\"align-self\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"AUTO\\"},\\"aspect-ratio\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"background\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":0},\\"border\\":{\\"all\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"end\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"horizontal\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"start\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"vertical\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"}},\\"direction\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"LTR\\"},\\"flex-basis\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"auto\\"},\\"flex-direction\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"COLUMN\\"},\\"flex-grow\\":{\\"__mutable__\\":true,\\"__type__\\":\\"number\\",\\"value\\":0},\\"flex-shrink\\":{\\"__mutable__\\":true,\\"__type__\\":\\"number\\",\\"value\\":1},\\"foreground\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":0},\\"height\\":\\"PLACEHOLDER\\",\\"justify-content\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"FLEX_START\\"},\\"margin\\":{\\"all\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"end\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"horizontal\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"start\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"vertical\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"}},\\"max-height\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"max-width\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"min-height\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"min-width\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"padding\\":{\\"all\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"end\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"horizontal\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"start\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"vertical\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"}},\\"position\\":{\\"all\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"end\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"horizontal\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"start\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"vertical\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"}},\\"position-type\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"RELATIVE\\"},\\"width\\":\\"PLACEHOLDER\\"},\\"Props\\":{\\"accessibleClickableSpans\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"breakStrategy\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"clickableSpanExpandedOffset\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"clipToBounds\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":true},\\"customEllipsisText\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\"},\\"ellipsize\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\"},\\"extraSpacing\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"glyphWarming\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"highlightColor\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":0},\\"highlightEndOffset\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":-1},\\"highlightStartOffset\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":-1},\\"hyphenationFrequency\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"isSingleLine\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"justificationMode\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"letterSpacing\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"lineHeight\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":3.4028235e+38},\\"linkColor\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":0},\\"maxEms\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":-1},\\"maxLines\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":2147483647},\\"maxTextWidth\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":2147483647},\\"minEms\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":-1},\\"minLines\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":-2147483648},\\"minTextWidth\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"minimallyWide\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"minimallyWideThreshold\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"shadowColor\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":-7829368},\\"shadowDx\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"shadowDy\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"shadowRadius\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"shouldIncludeFontPadding\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":true},\\"spacingMultiplier\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":1},\\"spanListener\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\"},\\"text\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"Tap to hit get request\\"},\\"textAlignment\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\",\\"value\\":\\"ALIGN_NORMAL\\"},\\"textColor\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":0},\\"textColorStateList\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\",\\"value\\":\\"ColorStateList{mThemeAttrs=nullmChangingConfigurations=0mStateSpecs=[[0]]mColors=[-16777216]mDefaultColor=-16777216}\\"},\\"textDirection\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\"},\\"textOffsetOnTouchHandler\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\"},\\"textSize\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":20},\\"textStyle\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"typeface\\":\\"PLACEHOLDER\\",\\"verticalGravity\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\",\\"value\\":\\"TOP\\"}}},\\"decoration\\":\\"litho\\",\\"extraInfo\\":{\\"linkedAXNode\\":\\"PLACEHOLDER\\"},\\"id\\":\\"PLACEHOLDER\\",\\"name\\":\\"Text\\"}", + "{\\"attributes\\":[{\\"name\\":\\"key\\",\\"value\\":\\"2\\"}],\\"children\\":[\\"PLACEHOLDER\\"],\\"data\\":{\\"Layout\\":{\\"align-content\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"STRETCH\\"},\\"align-items\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"STRETCH\\"},\\"align-self\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"AUTO\\"},\\"aspect-ratio\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"background\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":0},\\"border\\":{\\"all\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"end\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"horizontal\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"start\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"vertical\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"}},\\"direction\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"LTR\\"},\\"flex-basis\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"auto\\"},\\"flex-direction\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"COLUMN\\"},\\"flex-grow\\":{\\"__mutable__\\":true,\\"__type__\\":\\"number\\",\\"value\\":0},\\"flex-shrink\\":{\\"__mutable__\\":true,\\"__type__\\":\\"number\\",\\"value\\":1},\\"foreground\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":0},\\"height\\":\\"PLACEHOLDER\\",\\"justify-content\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"FLEX_START\\"},\\"margin\\":{\\"all\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"end\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"horizontal\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"start\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"vertical\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"}},\\"max-height\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"max-width\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"min-height\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"min-width\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"padding\\":{\\"all\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"end\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"horizontal\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"start\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"vertical\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"}},\\"position\\":{\\"all\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"end\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"horizontal\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"start\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"vertical\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"}},\\"position-type\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"RELATIVE\\"},\\"width\\":\\"PLACEHOLDER\\"},\\"Props\\":{\\"accessibleClickableSpans\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"breakStrategy\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"clickableSpanExpandedOffset\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"clipToBounds\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":true},\\"customEllipsisText\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\"},\\"ellipsize\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\"},\\"extraSpacing\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"glyphWarming\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"highlightColor\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":0},\\"highlightEndOffset\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":-1},\\"highlightStartOffset\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":-1},\\"hyphenationFrequency\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"isSingleLine\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"justificationMode\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"letterSpacing\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"lineHeight\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":3.4028235e+38},\\"linkColor\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":0},\\"maxEms\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":-1},\\"maxLines\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":2147483647},\\"maxTextWidth\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":2147483647},\\"minEms\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":-1},\\"minLines\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":-2147483648},\\"minTextWidth\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"minimallyWide\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"minimallyWideThreshold\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"shadowColor\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":-7829368},\\"shadowDx\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"shadowDy\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"shadowRadius\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"shouldIncludeFontPadding\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":true},\\"spacingMultiplier\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":1},\\"spanListener\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\"},\\"text\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"Tap to hit post request\\"},\\"textAlignment\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\",\\"value\\":\\"ALIGN_NORMAL\\"},\\"textColor\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":0},\\"textColorStateList\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\",\\"value\\":\\"ColorStateList{mThemeAttrs=nullmChangingConfigurations=0mStateSpecs=[[0]]mColors=[-16777216]mDefaultColor=-16777216}\\"},\\"textDirection\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\"},\\"textOffsetOnTouchHandler\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\"},\\"textSize\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":20},\\"textStyle\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"typeface\\":\\"PLACEHOLDER\\",\\"verticalGravity\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\",\\"value\\":\\"TOP\\"}}},\\"decoration\\":\\"litho\\",\\"extraInfo\\":{\\"linkedAXNode\\":\\"PLACEHOLDER\\"},\\"id\\":\\"PLACEHOLDER\\",\\"name\\":\\"Text\\"}", + "{\\"attributes\\":[{\\"name\\":\\"key\\",\\"value\\":\\"3\\"}],\\"children\\":[\\"PLACEHOLDER\\"],\\"data\\":{\\"Layout\\":{\\"align-content\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"STRETCH\\"},\\"align-items\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"STRETCH\\"},\\"align-self\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"AUTO\\"},\\"aspect-ratio\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"background\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":0},\\"border\\":{\\"all\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"end\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"horizontal\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"start\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"vertical\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"}},\\"direction\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"LTR\\"},\\"flex-basis\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"auto\\"},\\"flex-direction\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"COLUMN\\"},\\"flex-grow\\":{\\"__mutable__\\":true,\\"__type__\\":\\"number\\",\\"value\\":0},\\"flex-shrink\\":{\\"__mutable__\\":true,\\"__type__\\":\\"number\\",\\"value\\":1},\\"foreground\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":0},\\"height\\":\\"PLACEHOLDER\\",\\"justify-content\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"FLEX_START\\"},\\"margin\\":{\\"all\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"end\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"horizontal\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"start\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"vertical\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"}},\\"max-height\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"max-width\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"min-height\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"min-width\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"padding\\":{\\"all\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"end\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"horizontal\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"start\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"vertical\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"}},\\"position\\":{\\"all\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"end\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"horizontal\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"start\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"vertical\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"}},\\"position-type\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"RELATIVE\\"},\\"width\\":\\"PLACEHOLDER\\"},\\"Props\\":{\\"accessibleClickableSpans\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"breakStrategy\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"clickableSpanExpandedOffset\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"clipToBounds\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":true},\\"customEllipsisText\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\"},\\"ellipsize\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\"},\\"extraSpacing\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"glyphWarming\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"highlightColor\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":0},\\"highlightEndOffset\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":-1},\\"highlightStartOffset\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":-1},\\"hyphenationFrequency\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"isSingleLine\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"justificationMode\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"letterSpacing\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"lineHeight\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":3.4028235e+38},\\"linkColor\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":0},\\"maxEms\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":-1},\\"maxLines\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":2147483647},\\"maxTextWidth\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":2147483647},\\"minEms\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":-1},\\"minLines\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":-2147483648},\\"minTextWidth\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"minimallyWide\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"minimallyWideThreshold\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"shadowColor\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":-7829368},\\"shadowDx\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"shadowDy\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"shadowRadius\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"shouldIncludeFontPadding\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":true},\\"spacingMultiplier\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":1},\\"spanListener\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\"},\\"text\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"Trigger Notification\\"},\\"textAlignment\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\",\\"value\\":\\"ALIGN_NORMAL\\"},\\"textColor\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":0},\\"textColorStateList\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\",\\"value\\":\\"ColorStateList{mThemeAttrs=nullmChangingConfigurations=0mStateSpecs=[[0]]mColors=[-16777216]mDefaultColor=-16777216}\\"},\\"textDirection\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\"},\\"textOffsetOnTouchHandler\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\"},\\"textSize\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":20},\\"textStyle\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"typeface\\":\\"PLACEHOLDER\\",\\"verticalGravity\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\",\\"value\\":\\"TOP\\"}}},\\"decoration\\":\\"litho\\",\\"extraInfo\\":{\\"linkedAXNode\\":\\"PLACEHOLDER\\"},\\"id\\":\\"PLACEHOLDER\\",\\"name\\":\\"Text\\"}", + "{\\"attributes\\":[{\\"name\\":\\"key\\",\\"value\\":\\"4\\"}],\\"children\\":[\\"PLACEHOLDER\\"],\\"data\\":{\\"Layout\\":{\\"align-content\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"STRETCH\\"},\\"align-items\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"STRETCH\\"},\\"align-self\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"AUTO\\"},\\"aspect-ratio\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"background\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":0},\\"border\\":{\\"all\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"end\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"horizontal\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"start\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"vertical\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"}},\\"direction\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"LTR\\"},\\"flex-basis\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"auto\\"},\\"flex-direction\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"COLUMN\\"},\\"flex-grow\\":{\\"__mutable__\\":true,\\"__type__\\":\\"number\\",\\"value\\":0},\\"flex-shrink\\":{\\"__mutable__\\":true,\\"__type__\\":\\"number\\",\\"value\\":1},\\"foreground\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":0},\\"height\\":\\"PLACEHOLDER\\",\\"justify-content\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"FLEX_START\\"},\\"margin\\":{\\"all\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"end\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"horizontal\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"start\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"vertical\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"}},\\"max-height\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"max-width\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"min-height\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"min-width\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"padding\\":{\\"all\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"end\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"horizontal\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"start\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"vertical\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"}},\\"position\\":{\\"all\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"end\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"horizontal\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"start\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"vertical\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"}},\\"position-type\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"RELATIVE\\"},\\"width\\":\\"PLACEHOLDER\\"},\\"Props\\":{\\"accessibleClickableSpans\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"breakStrategy\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"clickableSpanExpandedOffset\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"clipToBounds\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":true},\\"customEllipsisText\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\"},\\"ellipsize\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\"},\\"extraSpacing\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"glyphWarming\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"highlightColor\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":0},\\"highlightEndOffset\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":-1},\\"highlightStartOffset\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":-1},\\"hyphenationFrequency\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"isSingleLine\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"justificationMode\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"letterSpacing\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"lineHeight\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":3.4028235e+38},\\"linkColor\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":0},\\"maxEms\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":-1},\\"maxLines\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":2147483647},\\"maxTextWidth\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":2147483647},\\"minEms\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":-1},\\"minLines\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":-2147483648},\\"minTextWidth\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"minimallyWide\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"minimallyWideThreshold\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"shadowColor\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":-7829368},\\"shadowDx\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"shadowDy\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"shadowRadius\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"shouldIncludeFontPadding\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":true},\\"spacingMultiplier\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":1},\\"spanListener\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\"},\\"text\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"Diagnose connection issues\\"},\\"textAlignment\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\",\\"value\\":\\"ALIGN_NORMAL\\"},\\"textColor\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":0},\\"textColorStateList\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\",\\"value\\":\\"ColorStateList{mThemeAttrs=nullmChangingConfigurations=0mStateSpecs=[[0]]mColors=[-16777216]mDefaultColor=-16777216}\\"},\\"textDirection\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\"},\\"textOffsetOnTouchHandler\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\"},\\"textSize\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":20},\\"textStyle\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"typeface\\":\\"PLACEHOLDER\\",\\"verticalGravity\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\",\\"value\\":\\"TOP\\"}}},\\"decoration\\":\\"litho\\",\\"extraInfo\\":{\\"linkedAXNode\\":\\"PLACEHOLDER\\"},\\"id\\":\\"PLACEHOLDER\\",\\"name\\":\\"Text\\"}", + "{\\"attributes\\":[{\\"name\\":\\"key\\",\\"value\\":\\"5\\"}],\\"children\\":[\\"PLACEHOLDER\\"],\\"data\\":{\\"Layout\\":{\\"align-content\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"STRETCH\\"},\\"align-items\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"STRETCH\\"},\\"align-self\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"AUTO\\"},\\"aspect-ratio\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"background\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":0},\\"border\\":{\\"all\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"end\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"horizontal\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"start\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"vertical\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"}},\\"direction\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"LTR\\"},\\"flex-basis\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"auto\\"},\\"flex-direction\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"COLUMN\\"},\\"flex-grow\\":{\\"__mutable__\\":true,\\"__type__\\":\\"number\\",\\"value\\":0},\\"flex-shrink\\":{\\"__mutable__\\":true,\\"__type__\\":\\"number\\",\\"value\\":1},\\"foreground\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":0},\\"height\\":\\"PLACEHOLDER\\",\\"justify-content\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"FLEX_START\\"},\\"margin\\":{\\"all\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"end\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"horizontal\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"start\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"vertical\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"}},\\"max-height\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"max-width\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"min-height\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"min-width\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"padding\\":{\\"all\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"end\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"horizontal\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"start\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"vertical\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"}},\\"position\\":{\\"all\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"bottom\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"end\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"horizontal\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"left\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"right\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"start\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"top\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"},\\"vertical\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"undefined\\"}},\\"position-type\\":{\\"__mutable__\\":true,\\"__type__\\":\\"enum\\",\\"value\\":\\"RELATIVE\\"},\\"width\\":\\"PLACEHOLDER\\"},\\"Props\\":{\\"accessibleClickableSpans\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"breakStrategy\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"clickableSpanExpandedOffset\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"clipToBounds\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":true},\\"customEllipsisText\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\"},\\"ellipsize\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\"},\\"extraSpacing\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"glyphWarming\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"highlightColor\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":0},\\"highlightEndOffset\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":-1},\\"highlightStartOffset\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":-1},\\"hyphenationFrequency\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"isSingleLine\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"justificationMode\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"letterSpacing\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"lineHeight\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":3.4028235e+38},\\"linkColor\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":0},\\"maxEms\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":-1},\\"maxLines\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":2147483647},\\"maxTextWidth\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":2147483647},\\"minEms\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":-1},\\"minLines\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":-2147483648},\\"minTextWidth\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"minimallyWide\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":false},\\"minimallyWideThreshold\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"shadowColor\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":-7829368},\\"shadowDx\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"shadowDy\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"shadowRadius\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"shouldIncludeFontPadding\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":true},\\"spacingMultiplier\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":1},\\"spanListener\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\"},\\"text\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":\\"Load Fresco image\\"},\\"textAlignment\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\",\\"value\\":\\"ALIGN_NORMAL\\"},\\"textColor\\":{\\"__mutable__\\":true,\\"__type__\\":\\"color\\",\\"value\\":0},\\"textColorStateList\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\",\\"value\\":\\"ColorStateList{mThemeAttrs=nullmChangingConfigurations=0mStateSpecs=[[0]]mColors=[-16777216]mDefaultColor=-16777216}\\"},\\"textDirection\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\"},\\"textOffsetOnTouchHandler\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\"},\\"textSize\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":20},\\"textStyle\\":{\\"__mutable__\\":true,\\"__type__\\":\\"auto\\",\\"value\\":0},\\"typeface\\":\\"PLACEHOLDER\\",\\"verticalGravity\\":{\\"__mutable__\\":false,\\"__type__\\":\\"auto\\",\\"value\\":\\"TOP\\"}}},\\"decoration\\":\\"litho\\",\\"extraInfo\\":{\\"linkedAXNode\\":\\"PLACEHOLDER\\"},\\"id\\":\\"PLACEHOLDER\\",\\"name\\":\\"Text\\"}", +] +`; diff --git a/headless-tests/__tests__/headlessIntegrationTests.js b/headless-tests/__tests__/headlessIntegrationTests.js index ab2bbfe18..883307853 100644 --- a/headless-tests/__tests__/headlessIntegrationTests.js +++ b/headless-tests/__tests__/headlessIntegrationTests.js @@ -7,9 +7,25 @@ import {spawn} from 'child_process'; import memoize from 'lodash.memoize'; +// $FlowFixMe +import stringify from 'canonical-json'; const TEST_TIMEOUT_MS = 30 * 1000; +const layoutPathsToExcludeFromSnapshots = [ + 'id', + 'children.*', + 'extraInfo.linkedAXNode', + 'data.View.*.value', + 'data.View.*.*.value', + 'data.View.*.*.*.value', + 'data.Drawable.*.value', + 'data.LithoView.mountbounds', + 'data.Layout.height', + 'data.Layout.width', + 'data.*.typeface', +]; + const params = { bin: process.env.FLIPPER_PATH || '/tmp/flipper-macos', securePort: process.env.SECURE_PORT || '8088', @@ -63,6 +79,25 @@ const runHeadless = memoize((args: Array) => { }); }); +function getPluginState(app: string, plugin: string): Promise { + return runHeadless(basicArgs).then(result => { + const pluginStates = result.store.pluginStates; + for (const pluginId of Object.keys(pluginStates)) { + const matches = /([^#]+)#([^#]+)#([^#]+)#([^#]+)#([^#]+)/.exec(pluginId); + if ( + matches && + matches.length === 6 && + matches[1] === app && + matches[5] === plugin + ) { + const id = matches[0]; + return pluginStates[id]; + } + } + throw new Error(`No matching plugin state for ${app}, ${plugin}`); + }); +} + test( 'Flipper app appears in exported clients', () => { @@ -112,3 +147,85 @@ test( }, TEST_TIMEOUT_MS, ); + +function stripUnstableLayoutAttributes(node: Object): Object { + let newNode = node; + for (const path of layoutPathsToExcludeFromSnapshots) { + const parts = path.split('.'); + newNode = stripNode(newNode, parts); + } + return newNode; +} + +function stripNode(node: any, path: Array) { + if (path.length === 0) { + return 'PLACEHOLDER'; + } + if (path[0] === '*') { + if (Array.isArray(node)) { + return node.map(e => stripNode(e, path.slice(1))); + } + return Object.entries(node).reduce((acc, [key, val]) => { + acc[key] = stripNode(val, path.slice(1)); + return acc; + }, {}); + } + if (!node[path[0]]) { + return node; + } + return {...node, [path[0]]: stripNode(node[path[0]], path.slice(1))}; +} + +test('test layout snapshot stripping', () => { + const beforeStripping = { + my: { + test: { + id: 4, + node: 7, + something: 9, + list: [1, 2, 3], + }, + }, + id: 2, + children: [1, 2, 3], + extraInfo: { + linkedAXNode: 55, + somethingElse: 44, + }, + data: {View: {bounds: {something: {value: 4}}}}, + other: 8, + }; + const afterStripping = stripUnstableLayoutAttributes(beforeStripping); + expect(afterStripping).toEqual({ + my: { + test: { + id: 4, + node: 7, + something: 9, + list: [1, 2, 3], + }, + }, + id: 'PLACEHOLDER', + children: ['PLACEHOLDER', 'PLACEHOLDER', 'PLACEHOLDER'], + extraInfo: { + linkedAXNode: 'PLACEHOLDER', + somethingElse: 44, + }, + data: {View: {bounds: {something: {value: 'PLACEHOLDER'}}}}, + other: 8, + }); +}); + +test('Sample app layout hierarchy matches snapshot', () => { + return getPluginState('Flipper', 'Inspector').then(state => { + expect(state.rootAXElement).toBe('com.facebook.flipper.sample'); + expect(state.rootElement).toBe('com.facebook.flipper.sample'); + const canonicalizedElements = Object.values(state.elements) + .map(e => { + const stableizedElements = stripUnstableLayoutAttributes(e); + return stringify(stableizedElements); + }) + .sort(); + expect(canonicalizedElements).toMatchSnapshot(); + }); +}); diff --git a/headless-tests/package.json b/headless-tests/package.json index 9265ff181..6b37a0e2a 100644 --- a/headless-tests/package.json +++ b/headless-tests/package.json @@ -19,6 +19,7 @@ "@babel/preset-env": "^7.4.5", "@babel/preset-flow": "^7.0.0", "babel-jest": "^24.8.0", + "canonical-json": "^0.0.4", "lodash.memoize": "^4.1.2" } } diff --git a/headless-tests/yarn.lock b/headless-tests/yarn.lock index b515c4043..cb2b14c42 100644 --- a/headless-tests/yarn.lock +++ b/headless-tests/yarn.lock @@ -1170,6 +1170,11 @@ caniuse-lite@^1.0.30000971: resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000971.tgz#d1000e4546486a6977756547352bc96a4cfd2b13" integrity sha512-TQFYFhRS0O5rdsmSbF1Wn+16latXYsQJat66f7S7lizXW1PVpWJeZw9wqqVLIjuxDRz7s7xRUj13QCfd8hKn6g== +canonical-json@^0.0.4: + version "0.0.4" + resolved "https://registry.yarnpkg.com/canonical-json/-/canonical-json-0.0.4.tgz#6579c072c3db5c477ec41dc978fbf2b8f41074a3" + integrity sha1-ZXnAcsPbXEd+xB3JePvyuPQQdKM= + capture-exit@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4"