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

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

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

* commit 'a90f8160':
  Enable translucent system bars on the lockscreen by default.
parents 4967a11f a90f8160
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -585,8 +585,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>