android_vendor_hardware_ove.../Samsung/A80/res/values/dimens.xml
firemax13 72f51849d3
Samsung: a80: update bad overlays and fixup!
* I was totally drunk last time xD, this will fix the following:

- Brightness
- AutoBrightness
- Device has no notch cutout
- Fixed statusbar overheight
- Fixed bad overlay definitions

* Its running good here and got good overlays ;)

Signed-off-by: firemax13 <mydadisbrave2@gmail.com>
2021-01-08 13:50:27 +08:00

14 lines
743 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Radius of the software rounded corners at the top of the display in its natural
orientation. If zero, the value of rounded_corner_radius is used. -->
<dimen name="rounded_corner_radius_top">60.0px</dimen>
<!-- Radius of the software rounded corners at the bottom of the display in its natural
orientation. If zero, the value of rounded_corner_radius is used. -->
<dimen name="rounded_corner_radius_bottom">60.0px</dimen>
<!-- Height of the status bar in portrait -->
<dimen name="status_bar_height_portrait">60px</dimen>
<!-- Height of the status bar in landscape -->
<dimen name="status_bar_height_landscape">25.0dip</dimen>
</resources>