sm6250-common: overlay: status bar height and corner radius

This commit is contained in:
Demon000 2020-07-11 14:39:53 +03:00
parent 244efb5d7d
commit 7e49500e83

View File

@ -256,4 +256,18 @@
or a single SIM device can have 1 phones/logical modems, but 2 physical slots (one eSIM
and one pSIM) -->
<integer name="config_num_physical_slots">2</integer>
<!-- Height of the status bar in portrait -->
<dimen name="status_bar_height_portrait">100px</dimen>
<!-- Height of the status bar in landscape -->
<dimen name="status_bar_height_landscape">24dp</dimen>
<!-- 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">93px</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">93px</dimen>
</resources>