sm8250-common: overlay-lineage: Unset def_clock_position as 2 is default

Change-Id: Ic59ef7269eb211c6b784d6c7a003ac3083d4693c
This commit is contained in:
LuK1337 2021-05-31 22:56:57 +02:00
parent 6d2fb2f68b
commit 647b59d0c5

View file

@ -18,11 +18,4 @@
<resources> <resources>
<!-- Default for LineageSettings.Secure.VOLUME_PANEL_ON_LEFT --> <!-- Default for LineageSettings.Secure.VOLUME_PANEL_ON_LEFT -->
<bool name="def_volume_panel_on_left">true</bool> <bool name="def_volume_panel_on_left">true</bool>
<!-- Default clock position
* 0: show the clock in the right position (LTR)
* 1: show the clock in the center
* 2: show the clock in the left position (LTR)
-->
<integer name="def_clock_position">2</integer>
</resources> </resources>