Watch
1
0
Fork
You've already forked android_device_oneplus_dre
0

dre: overlay-lineage: Disable blurs by default

Change-Id: Ia323bb8f66e3515bdf16ff3a14c919b8bd859eba
This commit is contained in:
basamaryan 2025-12-14 18:59:05 -08:00 committed by Nick Reuter
commit c677fe604a

View file

@ -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>