summaryrefslogtreecommitdiff
path: root/data/etc/displayconfig/default_television.xml
blob: 0d6611016f4f9a607c810d8ef16df931bbe9eb38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<displayConfiguration>
    <densityMapping>
         <density>
            <height>480</height>
            <width>720</width>
            <density>120</density>
         </density>
         <density>
            <height>720</height>
            <width>1280</width>
            <density>213</density>
         </density>
         <density>
            <height>1080</height>
            <width>1920</width>
            <density>320</density>
         </density>
         <density>
            <height>2160</height>
            <width>3840</width>
            <density>640</density>
         </density>
    </densityMapping>
</displayConfiguration>