diff options
author | Michael Bestas <mkbestas@lineageos.org> | 2022-12-01 00:32:18 +0200 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-08-16 15:56:54 +0800 |
commit | e5722e95ffba9b254a57c573ca9d77156f4e4de2 (patch) | |
tree | 77a3f6b4b29b59b5151840f5ddeabbe9c9a6c403 | |
parent | a8cf22e46d5a449d3140e2cafaa0b3a6a1336656 (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 8394aca3..cc93ee21 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> |