1<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
2<!--
3/*
4** Copyright 2022, The Android Open Source Project
5**
6** Licensed under the Apache License, Version 2.0 (the "License");
7** you may not use this file except in compliance with the License.
8** You may obtain a copy of the License at
9**
10**     http://www.apache.org/licenses/LICENSE-2.0
11**
12** Unless required by applicable law or agreed to in writing, software
13** distributed under the License is distributed on an "AS IS" BASIS,
14** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15** See the License for the specific language governing permissions and
16** limitations under the License.
17*/
18-->
19
20<display-settings>
21    <!-- Use unique local ids added by Goldfish -->
22    <config identifier="0" />
23
24    <!-- Display settings for cluster -->
25    <display name="virtual:com.android.emulator.multidisplay:1234562"
26        shouldShowSystemDecors="false"
27        forcedDensity="160"
28        dontMoveToTop="true"/>
29
30    <!-- Display settings for 2nd Home -->
31    <display name="virtual:com.android.emulator.multidisplay:1234563"
32        shouldShowSystemDecors="true"
33        shouldShowIme="true"
34        forcedDensity="160" />
35
36    <!-- Display settings for 3rd Home -->
37    <display name="virtual:com.android.emulator.multidisplay:1234564"
38        shouldShowSystemDecors="true"
39        shouldShowIme="true"
40        forcedDensity="160" />
41
42    <!-- Display settings for 4th Home -->
43    <display name="virtual:com.android.emulator.multidisplay:1234565"
44        shouldShowSystemDecors="true"
45        shouldShowIme="true"
46        forcedDensity="160" />
47
48    <!-- Display settings for 5th Home -->
49    <display name="virtual:com.android.emulator.multidisplay:1234565"
50        shouldShowSystemDecors="true"
51        shouldShowIme="true"
52        forcedDensity="160" />
53
54</display-settings>
55