summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-06-09 01:01:21 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-06-09 01:01:21 +0000
commitbaef705b6c41686bca77548e9ace3a317608d275 (patch)
tree23ca563a9144fd049566ffc4cb51e7a94944a1a7
parent0cbe8ff3374e5e460a002cd62ffe35f53acdb80b (diff)
parentcc88f5ab09d7317ec4e99a1e225cf900bea2ed0f (diff)
downloadbramble-baef705b6c41686bca77548e9ace3a317608d275.tar.gz
Snap for 7439149 from cc88f5ab09d7317ec4e99a1e225cf900bea2ed0f to sc-d1-release
Change-Id: I9220b1103fe30141297b49d593d0722d24473877
-rwxr-xr-xbramble/overlay/frameworks/base/core/res/res/values/config.xml7
1 files changed, 7 insertions, 0 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 bb23a8c..14b9d91 100755
--- a/bramble/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/bramble/overlay/frameworks/base/core/res/res/values/config.xml
@@ -221,6 +221,13 @@
<!-- Radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">108px</dimen>
+ <!-- Top adjustment for the software rounded corners since corners are not perfectly
+ round. This value is used when retrieving the "radius" of the rounded corner in cases
+ where the exact bezier curve cannot be retrieved. This value will be subtracted from
+ rounded_corner_radius to more accurately provide a "radius" for the rounded corners.
+ -->
+ <dimen name="rounded_corner_radius_adjustment">16px</dimen>
+
<!-- Height of the status bar in portrait. The height should be
Max((status bar content height + waterfall top size), top cutout size) -->
<dimen name="status_bar_height_portrait">145px</dimen>