vendor_hardware_overlay/Samsung/A51-SystemUI/res/values/config.xml
Yillié 74e1f88d69 A51 : Add SystemUI overlay
This (status_bar_padding_top) would help to make
status bar icons align with the hole punch cutout
on the y-axis.
2022-01-20 21:47:22 +05:00

7 lines
228 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="status_bar_padding_start">40px</dimen>
<dimen name="status_bar_padding_end">40px</dimen>
<dimen name="status_bar_padding_top">35px</dimen>
</resources>