android_vendor_hardware_ove.../Samsung/A51-SystemUI/res/values/config.xml
Yillié 189fe6169a A51 : Adjust status bar height and padding to avoid clipping of icons
- Moreover the 40/8 ratio of start and end padding should make
  the left and right padding of statusbar icons be equal.
2022-06-12 09:32:08 +05:00

7 lines
227 B
XML

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