[daisy] fix wrong statusbar height

broken after 542ff298281f7e926f3188aabd430155e87560ce
This commit is contained in:
Victor Bo 2020-10-07 09:11:33 -04:00 committed by Pierre-Hugues Husson
parent 07575ceeff
commit 9c2649e887

View file

@ -21,5 +21,5 @@
<dimen name="status_bar_height_portrait">89px</dimen>
<!-- Height of the status bar in landscape -->
<dimen name="status_bar_height_landscape">24dp</dimen>
<string translatable="false" name="config_mainBuiltInDisplayCutout">M -186,0 L -186,94 L 186,94 L 186,0 Z</string>
<string translatable="false" name="config_mainBuiltInDisplayCutout">M -186,0 L -186,89 L 186,89 L 186,0 Z</string>
</resources>