android_vendor_hardware_ove.../Samsung/A70/res/values/dimens.xml
firemax13 093269e987
Samsung: a70: bring-up device overlays
Signed-off-by: firemax13 <mydadisbrave2@gmail.com>
2021-01-09 12:50:04 +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">77px</dimen>
<!-- Height of the status bar in landscape -->
<dimen name="status_bar_height_landscape">25.0dip</dimen>
</resources>