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

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

am eaf393bc: am a90f8160: Merge "Enable translucent system bars on the...

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

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

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

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