15 lines
616 B
XML
15 lines
616 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<!-- Height of the status bar -->
|
|
<dimen name="status_bar_height">64.0px</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">58.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">58.0px</dimen>
|
|
|
|
</resources>
|