Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a855a9ec authored by Evan Laird's avatar Evan Laird
Browse files

Remove overlay for status_bar_padding_left

Changes in R remove the usage of rounded_corner_content_padding when
there is a corner cutout. Therefore we don't need to set the padding
back to 0

Test: manual
Bug: 160374368
Change-Id: I6aa653b3a01c04d23ce0091934938d6b19df970f
parent c0bed9c8
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -16,10 +16,6 @@
*/
-->
<resources>
    <!-- Landscape, just use the regular values -->
    <dimen name="status_bar_padding_start">8dp</dimen>
    <dimen name="status_bar_padding_end">8dp</dimen>

    <!-- the padding on the top of the statusbar (usually 0) -->
    <dimen name="status_bar_padding_top">0dp</dimen>
</resources>
+0 −2
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@
*/
-->
<resources>
    <!-- Don't need the left side padding due to being inset from the cutout -->
    <dimen name="status_bar_padding_start">0dp</dimen>
    <!-- for 20dp of padding at 3.5px/dp at default density -->
    <dimen name="rounded_corner_content_padding">50px</dimen>
    <!-- the padding on the top of the statusbar (usually 0) -->