diff options
| author | Sean McCreary <mccreary@mcwest.org> | 2022-06-19 17:36:32 -0600 |
|---|---|---|
| committer | Tom Marshall <tdm.code@gmail.com> | 2022-07-11 14:02:53 -0700 |
| commit | 54c583721cc46bc3e8cbe4e5bbc8a5dd95c95dc3 (patch) | |
| tree | 75895928789834616ee353c18e532f07fc65a74a | |
| parent | dbfc42c61a198db045b778e9113affe1a75025ac (diff) | |
Due to touchscreen firmware bugs, early builds needed a larger
status bar in landscape orientation. We now have fixed firmware
which restores edge sensitivity, so reduce the status bar height
by half.
Change-Id: I23ac3aab4068ad2464a912761f62016290256db6
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 192199a..917eca4 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -552,7 +552,7 @@ <!-- Enable video pause workaround when enabling/disabling the camera. --> <bool name="config_useVideoPauseWorkaround">true</bool> - <dimen name="status_bar_height_landscape">32.0dp</dimen> + <dimen name="status_bar_height_landscape">16.0dp</dimen> <!-- Indicates whether device has a power button fingerprint sensor. --> <bool name="config_is_powerbutton_fps" translatable="false">true</bool> |
