summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-09 01:00:57 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-09 01:00:57 +0000
commit7744654f289b7f8a826c3a54becb3fc2bf58b793 (patch)
treedbfea6b98988ab12a77468550d5fb9b2a2eb0e49
parentc4d32e814fa708cf72b056014e68a04ec31cff99 (diff)
parentf2d050713ac3e3192f4bcc05eaeee1fabed620b6 (diff)
downloadbramble-android12-qpr3-s6-release.tar.gz
Change-Id: I00b9a13592671f7bd1e7c549e9ae1ba26639fbfa
-rwxr-xr-xbramble/overlay/frameworks/base/core/res/res/values/config.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/bramble/overlay/frameworks/base/core/res/res/values/config.xml b/bramble/overlay/frameworks/base/core/res/res/values/config.xml
index 6b3714b..a2e0e96 100755
--- a/bramble/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/bramble/overlay/frameworks/base/core/res/res/values/config.xml
@@ -231,7 +231,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>
<!-- List of biometric sensors on the device, in decreasing strength. Consumed by AuthService
when registering authenticators with BiometricService. Format must be ID:Modality:Strength,