msm8998-common: overlay: Adjust status bar padding

Change-Id: I566af750d6aea4be7b32a65b86f251ae90cf390a
This commit is contained in:
basamaryan
2022-09-03 23:52:35 +02:00
committed by Edrick Sinsuan
parent 3c156b7c30
commit d4b97153ea

View File

@@ -30,4 +30,10 @@
<dimen name="tri_state_down_top_right_radius">24.0dip</dimen>
<dimen name="tri_state_up_bottom_left_radius">0.0dip</dimen>
<dimen name="tri_state_up_bottom_right_radius">24.0dip</dimen>
<!-- the padding on the start of the statusbar -->
<dimen name="status_bar_padding_start">15dp</dimen>
<!-- the padding on the end of the statusbar -->
<dimen name="status_bar_padding_end">5dp</dimen>
</resources>