mirror of
https://github.com/pjgowtham/android_device_realme_ferrarri.git
synced 2026-04-17 13:49:54 +00:00
The initial densityMapping configuration had references from AOSP DisplayDeviceConfig.java template which actually has this inverted. Let's correct it to account for the native portrait orientation in phones. Change-Id: I07c9567c1d0c72b7ed77c1fe8fdf399bae30dd85
16 lines
405 B
XML
16 lines
405 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<displayConfiguration>
|
|
<densityMapping>
|
|
<density>
|
|
<height>2376</height>
|
|
<width>1080</width>
|
|
<density>450</density>
|
|
</density>
|
|
<density>
|
|
<height>3168</height>
|
|
<width>1440</width>
|
|
<density>560</density>
|
|
</density>
|
|
</densityMapping>
|
|
</displayConfiguration>
|