diff options
author | Michael Bestas <mkbestas@lineageos.org> | 2022-12-01 00:32:18 +0200 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2024-01-02 00:52:16 +0800 |
commit | 62015614f27b6182be43d3119c62691afee57046 (patch) | |
tree | b1b7cd195fba2b1be56df22a7d3e73d2b43bdcf9 | |
parent | 2d4bcf0fee618651b37ed4011ba75697e23a2506 (diff) |
gs201: Remove quick_qs_{offset,total}_height overlays
Commit 49895bb361e74ffe92a3c0b76f988c8e4697b5c1 in device/google/gs101
failed to remove these overlays. Since this tree was created from
device/google/gs101, this results in the following issue on pantah:
* Pull down status bar
* Try to adjust brightness, network settings open instead
This is caused by the 171px offset that causes the status bar
to overlap the brightness slider.
Test: Reliably adjust brightness, confirm with "Show layout bounds"
from developer settings.
Change-Id: I1b97a28c257cb5b0faba830f29e9058d2dbe50fa
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 22a9bba4..aaf291fe 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -117,11 +117,6 @@ <!-- Height of the status bar --> <dimen name="status_bar_height_portrait">28dp</dimen> - <!-- Height of area above QQS where battery/time go (equal to status bar height if > 48dp) --> - <dimen name="quick_qs_offset_height">171px</dimen> - <!-- Total height of QQS (quick_qs_offset_height + 128dp) --> - <dimen name="quick_qs_total_height">177dp</dimen> - <!-- Shutdown if the battery temperature exceeds (this value * 0.1) Celsius. --> <integer name="config_shutdownBatteryTemperature">600</integer> |