android_vendor_hardware_ove.../Samsung/a51x/res/values/config.xml
Andy CrossGate Yan ca9375e755 Fix status bar height for Android 12L
Prior to 12L:
- values: sbh links to sbh_port
- values-land: sbh links to sbh_land
However, in 12L this was flipped around:
- values: sbh_port links to sbh
- values-land: defines sbh standalone
To fix for 12L without breaking them for prior versions, break the link and define each of them

Also, while we're at it, remove a few links in my own overlays, as they might break similarly in the future

Change-Id: Ib4d1896599f47a39274c4930fd765891bf143f7d
2022-04-17 13:50:13 +00:00

17 lines
851 B
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="config_useDevInputEventForAudioJack">true</bool>
<bool name="config_showNavigationBar">true</bool>
<dimen name="status_bar_height">93px</dimen>
<dimen name="status_bar_height_portrait">93px</dimen>
<dimen name="status_bar_height_landscape">28dp</dimen>
<integer name="config_screenBrightnessDim">15</integer>
<integer name="config_screenBrightnessSettingMinimum">0</integer>
<integer name="config_screenBrightnessSettingDefault">128</integer>
<!-- Samsung stock measurements, but converted from dp to px -->
<string name="config_mainBuiltInDisplayCutout">M 0,0 M 0,32.15890850722305 a 27.8410914927768,27.8410914927768 0 1,0 0,55.6821829855538625 a 27.8410914927768,27.8410914927768 0 1,0 0,-55.6821829855538625 Z</string>
</resources>