android_vendor_hardware_ove.../Samsung/A51-SystemUI/res/values/config.xml
Yillié bc7fb56f9c A51 : Bottom-Align status bar icons again
- Set status_bar_height_default in addition to
  portrait and landscape height. (Thanks @AndyCGYan)
- Set status_bar_padding_top back to 35 to bottom align the icons
2022-08-07 17:46:07 +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">35px</dimen>
</resources>