mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-23 06:06:27 -08:00
LG8n: overlay: Reduce Landscape mode status bar height
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
dafdfba29b
commit
efbaf2dfed
|
@ -15,10 +15,6 @@
|
||||||
orientation. If zero, the value of rounded_corner_radius is used. -->
|
orientation. If zero, the value of rounded_corner_radius is used. -->
|
||||||
<dimen name="rounded_corner_radius_bottom">0.0dip</dimen>
|
<dimen name="rounded_corner_radius_bottom">0.0dip</dimen>
|
||||||
|
|
||||||
<!-- The default height of the status bar used in {@link SystemBarUtils#getStatusBarHeight} to
|
|
||||||
calculate the status bar height. -->
|
|
||||||
<dimen name="status_bar_height_default">36.0dip</dimen>
|
|
||||||
|
|
||||||
<!-- Height of the status bar.
|
<!-- Height of the status bar.
|
||||||
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
|
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
|
||||||
-->
|
-->
|
||||||
|
@ -32,5 +28,5 @@
|
||||||
<!-- Height of the status bar in landscape.
|
<!-- Height of the status bar in landscape.
|
||||||
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
|
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
|
||||||
-->
|
-->
|
||||||
<dimen name="status_bar_height_landscape">28.0dip</dimen>
|
<dimen name="status_bar_height_landscape">26.0dip</dimen>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue