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

Commit fa02aded authored by John Spurlock's avatar John Spurlock
Browse files

Enable translucent system bars on the lockscreen by default.

Bug:11442758
Change-Id: Ic143977d8c2686c6b4e48a09fd116d46ff1e98e9
parent a89727c8
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>