mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 14:29:33 +00:00
overlay: 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
This commit is contained in:
@@ -117,11 +117,6 @@
|
|||||||
<!-- Height of the status bar -->
|
<!-- Height of the status bar -->
|
||||||
<dimen name="status_bar_height_portrait">28dp</dimen>
|
<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. -->
|
<!-- Shutdown if the battery temperature exceeds (this value * 0.1) Celsius. -->
|
||||||
<integer name="config_shutdownBatteryTemperature">600</integer>
|
<integer name="config_shutdownBatteryTemperature">600</integer>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user