dubai: overlay: Increase status bar start padding
Currently it's too close to the edge and looks ugly. Also set rounded corners padding from stock. Change-Id: I10d67c9b41d87964d160ab9fc8471e1579579bfd
This commit is contained in:
parent
3cfdb210e8
commit
3027316b34
2 changed files with 4 additions and 1 deletions
|
|
@ -7,6 +7,9 @@
|
||||||
<!-- Radius of the software rounded corners. -->
|
<!-- Radius of the software rounded corners. -->
|
||||||
<dimen name="rounded_corner_radius">95.0px</dimen>
|
<dimen name="rounded_corner_radius">95.0px</dimen>
|
||||||
|
|
||||||
|
<!-- Default paddings for content around the corners. -->
|
||||||
|
<dimen name="rounded_corner_content_padding">4px</dimen>
|
||||||
|
|
||||||
<!-- Height of the status bar in portrait. The height should be
|
<!-- Height of the status bar in portrait. The height should be
|
||||||
Max((status bar content height + waterfall top size), top cutout size) -->
|
Max((status bar content height + waterfall top size), top cutout size) -->
|
||||||
<dimen name="status_bar_height_portrait">105.0px</dimen>
|
<dimen name="status_bar_height_portrait">105.0px</dimen>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
-->
|
-->
|
||||||
<resources>
|
<resources>
|
||||||
<!-- the padding on the start of the statusbar -->
|
<!-- the padding on the start of the statusbar -->
|
||||||
<dimen name="status_bar_padding_start">8.0dip</dimen>
|
<dimen name="status_bar_padding_start">20.0dip</dimen>
|
||||||
|
|
||||||
<!-- Height of the status bar header bar when on Keyguard -->
|
<!-- Height of the status bar header bar when on Keyguard -->
|
||||||
<dimen name="status_bar_header_height_keyguard">@*android:dimen/status_bar_height</dimen>
|
<dimen name="status_bar_header_height_keyguard">@*android:dimen/status_bar_height</dimen>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue