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

Commit a90f8160 authored by John Spurlock's avatar John Spurlock Committed by Android (Google) Code Review
Browse files

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

parents 74b0f5ac fa02aded
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>