summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-09 01:01:05 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-09 01:01:05 +0000
commit5e095849fd7cc6516d601b6c9c5b32dbdaa1a31c (patch)
tree43a34875fac4147a0fce7f242a405f2b0abca7aa
parent1e2a1e4c7ddbd25d53004af06737405a13b944a1 (diff)
parent01eeecb131195767a4f0df02002067ff447226b9 (diff)
downloadredfin-android12-qpr3-s4-release.tar.gz
Change-Id: Ie838144b36154387b6c8c8efd167959c751a236a
-rwxr-xr-xredfin/overlay/frameworks/base/core/res/res/values/config.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/redfin/overlay/frameworks/base/core/res/res/values/config.xml b/redfin/overlay/frameworks/base/core/res/res/values/config.xml
index a2ac121..68b13d7 100755
--- a/redfin/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/redfin/overlay/frameworks/base/core/res/res/values/config.xml
@@ -237,7 +237,9 @@
<!-- Height of the status bar.
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
-->
- <dimen name="status_bar_height">28dp</dimen>
+ <dimen name="status_bar_height_default">28dp</dimen>
+ <dimen name="status_bar_height_portrait">145px</dimen>
+ <dimen name="status_bar_height_landscape">28dp</dimen>
<!-- Not allow to switch to higher refresh rate when display brightness setting is
equal or less than this value -->