dre: overlay-lineage: Disable blurs by default
Change-Id: Ia323bb8f66e3515bdf16ff3a14c919b8bd859eba
This commit is contained in:
parent
a160445e51
commit
c677fe604a
1 changed files with 5 additions and 2 deletions
|
|
@ -1,10 +1,13 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--
|
<!--
|
||||||
Copyright (C) 2014-2015 The CyanogenMod Project
|
SPDX-FileCopyrightText: 2014-2015 The CyanogenMod Project
|
||||||
2019-2021 The LineageOS Project
|
SPDX-FileCopyrightText: The LineageOS Project
|
||||||
SPDX-License-Identifier: Apache-2.0
|
SPDX-License-Identifier: Apache-2.0
|
||||||
-->
|
-->
|
||||||
<resources>
|
<resources>
|
||||||
<!-- Default for LineageSettings.Secure.VOLUME_PANEL_ON_LEFT -->
|
<!-- Default for LineageSettings.Secure.VOLUME_PANEL_ON_LEFT -->
|
||||||
<bool name="def_volume_panel_on_left">true</bool>
|
<bool name="def_volume_panel_on_left">true</bool>
|
||||||
|
|
||||||
|
<!-- Default for Settings.Global.DISABLE_WINDOW_BLURS -->
|
||||||
|
<integer name="def_disable_window_blurs">1</integer>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue