OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "comment": "scale factor overrides", | 3 "comment": "scale factor overrides", |
4 "scale_factor_overrides": [ | 4 "scale_factor_overrides": [ |
5 { | 5 { |
6 "machine_name": "Android Debug (Nexus 5)", | 6 "device_type": "Nexus 5", |
7 "scale_factor": 1.105 | 7 "scale_factor": 1.105 |
8 }, | 8 }, |
9 { | 9 { |
10 "machine_name": "Android Debug (Nexus 5X)", | 10 "device_type": "Nexus 5X", |
11 "scale_factor": 1.105 | 11 "scale_factor": 1.105 |
12 }, | 12 }, |
13 { | 13 { |
14 "machine_name": "Android Debug (Nexus 6)", | 14 "device_type": "Nexus 6", |
15 "scale_factor": 1.47436 | 15 "scale_factor": 1.47436 |
16 }, | 16 }, |
17 { | 17 { |
18 "machine_name": "Android Debug (Nexus 9)", | 18 "device_type": "Nexus 9", |
19 "scale_factor": 1.566 | 19 "scale_factor": 1.566 |
20 } | 20 } |
21 ] | 21 ] |
22 }, | 22 }, |
23 { | 23 { |
24 "comment": "light green", | 24 "comment": "light green", |
25 "location": [ 100, 175 ], | 25 "location": [ 100, 175 ], |
26 "size": [ 1, 1 ], | 26 "size": [ 1, 1 ], |
27 "color": [ 202, 223, 170 ], | 27 "color": [ 202, 223, 170 ], |
28 "tolerance": 3 | 28 "tolerance": 3 |
(...skipping 20 matching lines...) Expand all Loading... |
49 "tolerance": 3 | 49 "tolerance": 3 |
50 }, | 50 }, |
51 { | 51 { |
52 "comment": "lighter gray", | 52 "comment": "lighter gray", |
53 "location": [ 390, 300 ], | 53 "location": [ 390, 300 ], |
54 "size": [ 1, 1 ], | 54 "size": [ 1, 1 ], |
55 "color": [ 240, 237, 229 ], | 55 "color": [ 240, 237, 229 ], |
56 "tolerance": 3 | 56 "tolerance": 3 |
57 } | 57 } |
58 ] | 58 ] |
OLD | NEW |