apollon: overlay: Set status_bar_padding_{start,end} to 0dp

Change-Id: If29456bad69631e1ca7ca28ee662bbfb48892591
This commit is contained in:
Bartłomiej Rudecki
2023-02-16 00:40:53 +01:00
committed by Ramii Ahmed
parent 67f21758d0
commit b6f055dc94

View File

@@ -18,7 +18,8 @@
<resources>
<!-- The padding of the statusbar -->
<dimen name="status_bar_padding_end">30px</dimen>
<dimen name="status_bar_padding_start">0dp</dimen>
<dimen name="status_bar_padding_end">0dp</dimen>
<!-- Margin on the left side of the heads up notification -->
<dimen name="heads_up_status_bar_padding_start">6dp</dimen>