summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-06-10 01:01:30 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-06-10 01:01:30 +0000
commita190f119b87973f4a876f90b777c22f77cacc874 (patch)
tree126e1671fd5c6eaf2602f034bf4223318068ba45
parent8ff74299604805f59bcf11156f5c6591e4dbcb8d (diff)
parenteae33ddcc0e12ccf005f900417a87e279a8349a4 (diff)
downloadbramble-a190f119b87973f4a876f90b777c22f77cacc874.tar.gz
Snap for 7442307 from eae33ddcc0e12ccf005f900417a87e279a8349a4 to sc-d2-release
Change-Id: Ie84878dd3622457525be415548414784947c3f91
-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>