sm8250-common: overlay-lineage: Place volume panel on the left by default

Change-Id: Iffcfad9af472ada48c0dc12cf238fd959355bc6a
This commit is contained in:
Bruno Martins 2021-05-28 22:22:39 +01:00 committed by LuK1337
parent 919636446c
commit 6d2fb2f68b

View file

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
Copyright (C) 2014-2015 The CyanogenMod Project Copyright (C) 2014-2015 The CyanogenMod Project
2019-2021 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
@ -15,6 +16,9 @@
limitations under the License. limitations under the License.
--> -->
<resources> <resources>
<!-- Default for LineageSettings.Secure.VOLUME_PANEL_ON_LEFT -->
<bool name="def_volume_panel_on_left">true</bool>
<!-- Default clock position <!-- Default clock position
* 0: show the clock in the right position (LTR) * 0: show the clock in the right position (LTR)
* 1: show the clock in the center * 1: show the clock in the center