Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1e87221b authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am 2237f9f3: am eaf393bc: am a90f8160: Merge "Enable translucent system bars...

am 2237f9f3: am eaf393bc: am a90f8160: Merge "Enable translucent system bars on the lockscreen by default." into klp-dev

* commit '2237f9f3':
  Enable translucent system bars on the lockscreen by default.
parents 1bf1ac60 2237f9f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -591,8 +591,8 @@
    <!-- Disable lockscreen rotation by default -->
    <!-- Disable lockscreen rotation by default -->
    <bool name="config_enableLockScreenRotation">false</bool>
    <bool name="config_enableLockScreenRotation">false</bool>


    <!-- Disable lockscreen translucent decor by default -->
    <!-- Enable lockscreen translucent decor by default -->
    <bool name="config_enableLockScreenTranslucentDecor">false</bool>
    <bool name="config_enableLockScreenTranslucentDecor">true</bool>


    <!-- Enable translucent decor by default -->
    <!-- Enable translucent decor by default -->
    <bool name="config_enableTranslucentDecor">true</bool>
    <bool name="config_enableTranslucentDecor">true</bool>