beyondx: Device has a notch

This removes Network Traffic and Centered Clock options from Status Bar settings. These settings do not work as expected, as the notch obscures the components.

Network Traffic: ec491e41ed/src/org/lineageos/lineageparts/statusbar/StatusBarSettings.java (L85)
Centered Clock: ec491e41ed/src/org/lineageos/lineageparts/statusbar/StatusBarSettings.java (L130)

[Linux4: This device's cutout is too big, the statusbar icons on the right move beyond the center of statusbar]

Change-Id: I15dc40135ba913d51c9a3d8cacdc0ac172f4ce4a
This commit is contained in:
Luca Stefani
2018-07-15 20:16:49 +02:00
committed by Tim Zimmermann
parent 9441675fca
commit 464d538e88

View File

@@ -55,4 +55,7 @@
sdk/src/java/org/lineageos/internal/util/DeviceKeysConstants.java.
-->
<integer name="config_longPressOnMenuBehavior">3</integer>
<!-- Whether device has a notch -->
<bool name="config_haveNotch">true</bool>
</resources>