universal8890: overlay: Place volume panel on the left by default
authorBruno Martins <bgcngm@gmail.com>
Fri, 28 May 2021 21:22:39 +0000 (22:22 +0100)
committerivanmeler <i_ivan@windowslive.com>
Mon, 13 Sep 2021 12:17:02 +0000 (12:17 +0000)
Change-Id: Iffcfad9af472ada48c0dc12cf238fd959355bc6a

overlay/lineage-sdk/packages/LineageSettingsProvider/res/values/defaults.xml [new file with mode: 0644]

diff --git a/overlay/lineage-sdk/packages/LineageSettingsProvider/res/values/defaults.xml b/overlay/lineage-sdk/packages/LineageSettingsProvider/res/values/defaults.xml
new file mode 100644 (file)
index 0000000..07152fc
--- /dev/null
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+     Copyright (C) 2014-2015 The CyanogenMod Project
+                   2019-2021 The LineageOS Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<resources>
+    <!-- Default for LineageSettings.Secure.VOLUME_PANEL_ON_LEFT -->
+    <bool name="def_volume_panel_on_left">true</bool>
+</resources>