android_vendor_hardware_ove.../Realme/C2/res/values/dimens.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

13 lines
600 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="navigation_bar_width">44.0dip</dimen>
<dimen name="notification_header_padding_bottom">16.0dip</dimen>
<dimen name="notification_header_padding_top">21.0dip</dimen>
<dimen name="quick_qs_offset_height">48.0dip</dimen>
<dimen name="rounded_corner_radius">10.0px</dimen>
<dimen name="rounded_corner_radius_bottom">10.0px</dimen>
<dimen name="rounded_corner_radius_top">10.0px</dimen>
<dimen name="status_bar_height">25.5dip</dimen>
<dimen name="status_bar_height_portrait">25.5dip</dimen>
</resources>