diff options
| author | Joshua Blanchard <joshua.lee.bbg@gmail.com> | 2021-02-26 08:03:38 -0500 |
|---|---|---|
| committer | Joshua Blanchard <joshua.lee.bbg@gmail.com> | 2021-04-03 20:51:01 -0400 |
| commit | 94793cdff860a5e3de87df90ddb2915c605fc634 (patch) | |
| tree | 791be100ec5dc39a81a59e843a3f163aba17bc06 | |
| parent | 5bdd69ae86e84868cbc722db9dd9ce5ec5bdec60 (diff) | |
beckham: overlay: Drop Power Menu alignment
- No longer exists/needed as the power menu is centered in R
Change-Id: I22fa79c71b9b5f5563433beb5f1f65afe6f62a52
| -rw-r--r-- | overlay/frameworks/base/packages/SystemUI/res/values/lineage_config.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/overlay/frameworks/base/packages/SystemUI/res/values/lineage_config.xml b/overlay/frameworks/base/packages/SystemUI/res/values/lineage_config.xml deleted file mode 100644 index ff3f75f..0000000 --- a/overlay/frameworks/base/packages/SystemUI/res/values/lineage_config.xml +++ /dev/null @@ -1,23 +0,0 @@ -<!-- - Copyright (C) 2018 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> - - <!-- Hardware ui (power menu) alignement: - Use one of the following values basing on the power button position: - * Top | Back -> 49 (Gravity.TOP | Gravity.CENTER_HORIZONTAL) - * Left -> 51 (Gravity.TOP | Gravity.LEFT) - * Right -> 53 (Gravity.TOP | Gravity.RIGHT) - --> - <integer name="hardware_ui_align">51</integer> - -</resources> |
