android_vendor_hardware_ove.../Samsung/A40/res/values/notch.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

10 lines
654 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="rounded_corner_radius">0px</dimen>
<dimen name="status_bar_height">86.0px</dimen>
<dimen name="status_bar_height_portrait">86.0px</dimen>
<dimen name="status_bar_height_landscape">24.0dip</dimen>
<bool name="config_fillMainBuiltInDisplayCutout">true</bool>
<string name="config_mainBuiltInDisplayCutout">M38,0c-4.2,0-5.6,0.3-5.6,0.3c-2.6,0.4-4.6,1.5-4.6,1.5c-3.3,1.6-4.6,4.8-4.6,4.8 c-1,1.8-1.8,5.9-1.8,5.9C18.8,21.8,10.2,28.7,0,28.7s-18.7-6.9-21.3-16.2c0,0-0.9-4.1-1.8-5.9 c0,0-1.4-3.1-4.6-4.8c0,0-2.1-1.1-4.6-1.5C-32.4,0.3,-33.8,0,-38,0Z @dp</string>
</resources>