• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
2<display-settings>
3<!-- Use physical port number instead of local id -->
4<config identifier="1" />
5
6<!-- Display settings for the driver display -->
7<display name="port:0"
8    ignoreOrientationRequest="true"/>
9
10<!-- Display settings for cluster -->
11<display name="port:1"
12    ignoreOrientationRequest="true"
13    forcedDensity="160"
14    dontMoveToTop="true"/>
15
16<!-- Display settings for 2nd Home -->
17<display name="port:2"
18    ignoreOrientationRequest="true"
19    shouldShowSystemDecors="true"
20    shouldShowIme="true"
21    forcedDensity="160" />
22
23<!-- Display settings for 3rd Home -->
24<display name="port:3"
25    ignoreOrientationRequest="true"
26    shouldShowSystemDecors="true"
27    shouldShowIme="true"
28    forcedDensity="160" />
29
30</display-settings>
31